#B06CAC

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

Shades of Violet Blue #B06CAC

Tints of Violet Blue #B06CAC

Color information

#B06CAC (or 0xB06CAC) is unknown color: approx Violet Blue. HEX triplet: B0, 6C and AC. RGB value is (176,108,172). Sum of RGB (Red+Green+Blue) = 176+108+172=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B06CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06CAC is #4F9353. Grayscale: #878787. Windows color (decimal): -5215060 or 11300016. OLE color: 11300016.

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

Color convert

RGB176108172-
CMYK00.390.020.31
HSL303.53º30.09%55.69%-
HSV(B)303.53º38.64%69.02%-
XYZ30.7122.9341.84-
YUV135.63148.53156.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=38.60%
G=23.68%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610817200.390.020.31303.5330.0955.69
HexB06CAC02721F1301e38
Octal2601542540472374603670
Binary101100001101100101011000100111101111110011000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06CAC; }

 p { color: rgb(176,108,172); }

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

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

 a { background-color: rgb(176,108,172); }

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

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

 span { border-color: rgb(176,108,172); }

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