#B04CA9

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

Shades of Violet Blue #B04CA9

Tints of Violet Blue #B04CA9

Color information

#B04CA9 (or 0xB04CA9) is unknown color: approx Violet Blue. HEX triplet: B0, 4C and A9. RGB value is (176,76,169). Sum of RGB (Red+Green+Blue) = 176+76+169=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B04CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04CA9 is #4FB356. Grayscale: #747474. Windows color (decimal): -5223255 or 11095216. OLE color: 11095216.

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

Color convert

RGB17676169-
CMYK00.570.040.31
HSL304.2º39.68%49.41%-
HSV(B)304.2º56.82%69.02%-
XYZ27.6517.2639.41-
YUV116.5157.63170.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 76 (30.08% from 255) = 18.05%
BLUE value IS 169 (66.41% from 255) = 40.14%
R=41.81%
G=18.05%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767616900.570.040.31304.239.6849.41
HexB04CA903941F1302831
Octal2601142510714374605061
Binary10110000100110010101001011100110011111100110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04CA9; }

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

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

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

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

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

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

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

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