#B06AB4

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

Shades of Violet Blue #B06AB4

Tints of Violet Blue #B06AB4

Color information

#B06AB4 (or 0xB06AB4) is unknown color: approx Violet Blue. HEX triplet: B0, 6A and B4. RGB value is (176,106,180). Sum of RGB (Red+Green+Blue) = 176+106+180=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #B06AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AB4 is #4F954B. Grayscale: #878787. Windows color (decimal): -5215564 or 11823792. OLE color: 11823792.

HSL color Cylindrical-coordinate representation of color #B06AB4: hue angle of 296.76º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06AB4 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176106180-
CMYK0.020.4100.29
HSL296.76º33.04%56.08%-
HSV(B)296.76º41.11%70.59%-
XYZ31.322.8345.94-
YUV135.37153.19156.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 180 (70.70% from 255) = 38.96%
R=38.10%
G=22.94%
B=38.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761061800.020.4100.29296.7633.0456.08
HexB06AB422901D1292138
Octal2601522642510354514170
Binary1011000011010101011010010101001011101100101001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AB4; }

 p { color: rgb(176,106,180); }

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

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

 a { background-color: rgb(176,106,180); }

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

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

 span { border-color: rgb(176,106,180); }

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