#B06FAB

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

Shades of Violet Blue #B06FAB

Tints of Violet Blue #B06FAB

Color information

#B06FAB (or 0xB06FAB) is unknown color: approx Violet Blue. HEX triplet: B0, 6F and AB. RGB value is (176,111,171). Sum of RGB (Red+Green+Blue) = 176+111+171=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B06FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06FAB is #4F9054. Grayscale: #898989. Windows color (decimal): -5214293 or 11235248. OLE color: 11235248.

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

Color convert

RGB176111171-
CMYK00.370.030.31
HSL304.62º29.15%56.27%-
HSV(B)304.62º36.93%69.02%-
XYZ30.9423.5441.44-
YUV137.27147.03155.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 111 (43.75% from 255) = 24.24%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=38.43%
G=24.24%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611117100.370.030.31304.6229.1556.27
HexB06FAB02531F1311d38
Octal2601572530453374613570
Binary101100001101111101010110100101111111110011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FAB; }

 p { color: rgb(176,111,171); }

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

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

 a { background-color: rgb(176,111,171); }

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

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

 span { border-color: rgb(176,111,171); }

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