#B74EA4

Color #B74EA4 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B74EA4

Tints of Violet Blue #B74EA4

Color information

#B74EA4 (or 0xB74EA4) is unknown color: approx Violet Blue. HEX triplet: B7, 4E and A4. RGB value is (183,78,164). Sum of RGB (Red+Green+Blue) = 183+78+164=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B74EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74EA4 is #48B15B. Grayscale: #767676. Windows color (decimal): -4763996 or 10768055. OLE color: 10768055.

HSL color Cylindrical-coordinate representation of color #B74EA4: hue angle of 310.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74EA4 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB18378164-
CMYK00.570.100.28
HSL310.86º42.17%51.18%-
HSV(B)310.86º57.38%71.76%-
XYZ28.9518.237.11-
YUV119.2153.29173.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 78 (30.86% from 255) = 18.35%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=43.06%
G=18.35%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837816400.570.100.28310.8642.1751.18
HexB74EA4039A1C1372a33
Octal26711624407112344675263
Binary101101111001110101001000111001101011100100110111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74EA4; }

 p { color: rgb(183,78,164); }

 H1.HeaderClassName
 {
   color: #B74EA4;
 }
 .AnyTagClassName
 {
   color: #B74EA4;
 }
</style>
background-color css

<style>
 a { background-color: #B74EA4; }

 a { background-color: rgb(183,78,164); }

 div.DivClassName
 {
   background-color: #B74EA4;
 }
 .BgClassName
 {
   background-color: #B74EA4;
 }
</style>
border-color css

<style>
 span { border-color: #B74EA4; }

 span { border-color: rgb(183,78,164); }

 td.TdClassName
 {
   border-color: #B74EA4;
 }
 .TagClassName
 {
   border-color: #B74EA4;
 }
</style>