#B04D9C

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

Shades of Violet Blue #B04D9C

Tints of Violet Blue #B04D9C

Color information

#B04D9C (or 0xB04D9C) is unknown color: approx Violet Blue. HEX triplet: B0, 4D and 9C. RGB value is (176,77,156). Sum of RGB (Red+Green+Blue) = 176+77+156=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04D9C is #4FB263. Grayscale: #737373. Windows color (decimal): -5223012 or 10243504. OLE color: 10243504.

HSL color Cylindrical-coordinate representation of color #B04D9C: hue angle of 312.12º 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 #B04D9C is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17677156-
CMYK00.560.110.31
HSL312.12º39.13%49.61%-
HSV(B)312.12º56.25%69.02%-
XYZ26.5616.9433.32-
YUV115.61150.8171.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 77 (30.47% from 255) = 18.83%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=43.03%
G=18.83%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767715600.560.110.31312.1239.1349.61
HexB04D9C038B1F1382732
Octal26011523407013374704762
Binary101100001001101100111000111000101111111100111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D9C; }

 p { color: rgb(176,77,156); }

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

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

 a { background-color: rgb(176,77,156); }

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

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

 span { border-color: rgb(176,77,156); }

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