#B04EAA

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

Shades of Violet Blue #B04EAA

Tints of Violet Blue #B04EAA

Color information

#B04EAA (or 0xB04EAA) is unknown color: approx Violet Blue. HEX triplet: B0, 4E and AA. RGB value is (176,78,170). Sum of RGB (Red+Green+Blue) = 176+78+170=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B04EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04EAA is #4FB155. Grayscale: #757575. Windows color (decimal): -5222742 or 11161264. OLE color: 11161264.

HSL color Cylindrical-coordinate representation of color #B04EAA: hue angle of 303.67º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04EAA is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17678170-
CMYK00.560.030.31
HSL303.67º38.58%49.8%-
HSV(B)303.67º55.68%69.02%-
XYZ27.8817.5839.95-
YUV117.79157.47169.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 78 (30.86% from 255) = 18.40%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=41.51%
G=18.40%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767817000.560.030.31303.6738.5849.8
HexB04EAA03831F1302732
Octal2601162520703374604762
Binary1011000010011101010101001110001111111100110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EAA; }

 p { color: rgb(176,78,170); }

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

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

 a { background-color: rgb(176,78,170); }

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

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

 span { border-color: rgb(176,78,170); }

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