#B04FA9

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

Shades of Violet Blue #B04FA9

Tints of Violet Blue #B04FA9

Color information

#B04FA9 (or 0xB04FA9) is unknown color: approx Violet Blue. HEX triplet: B0, 4F and A9. RGB value is (176,79,169). Sum of RGB (Red+Green+Blue) = 176+79+169=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B04FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04FA9 is #4FB056. Grayscale: #767676. Windows color (decimal): -5222487 or 11095984. OLE color: 11095984.

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

Color convert

RGB17679169-
CMYK00.550.040.31
HSL304.33º38.04%50%-
HSV(B)304.33º55.11%69.02%-
XYZ27.8617.6939.48-
YUV118.26156.64169.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 79 (31.25% from 255) = 18.63%
BLUE value IS 169 (66.41% from 255) = 39.86%
R=41.51%
G=18.63%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767916900.550.040.31304.3338.0450
HexB04FA903741F1302632
Octal2601172510674374604662
Binary10110000100111110101001011011110011111100110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04FA9; }

 p { color: rgb(176,79,169); }

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

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

 a { background-color: rgb(176,79,169); }

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

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

 span { border-color: rgb(176,79,169); }

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