#B04C9A

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

Shades of Violet Blue #B04C9A

Tints of Violet Blue #B04C9A

Color information

#B04C9A (or 0xB04C9A) is unknown color: approx Violet Blue. HEX triplet: B0, 4C and 9A. RGB value is (176,76,154). Sum of RGB (Red+Green+Blue) = 176+76+154=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04C9A is #4FB365. Grayscale: #727272. Windows color (decimal): -5223270 or 10112176. OLE color: 10112176.

HSL color Cylindrical-coordinate representation of color #B04C9A: hue angle of 313.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 #B04C9A is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17676154-
CMYK00.570.120.31
HSL313.2º39.68%49.41%-
HSV(B)313.2º56.82%69.02%-
XYZ26.3216.7332.41-
YUV114.79150.13171.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=43.35%
G=18.72%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767615400.570.120.31313.239.6849.41
HexB04C9A039C1F1392831
Octal26011423207114374715061
Binary101100001001100100110100111001110011111100111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04C9A; }

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

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

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

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

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

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

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

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