#B06EB4

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

Shades of Violet Blue #B06EB4

Tints of Violet Blue #B06EB4

Color information

#B06EB4 (or 0xB06EB4) is unknown color: approx Violet Blue. HEX triplet: B0, 6E and B4. RGB value is (176,110,180). Sum of RGB (Red+Green+Blue) = 176+110+180=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #B06EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06EB4 is #4F914B. Grayscale: #898989. Windows color (decimal): -5214540 or 11824816. OLE color: 11824816.

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

Color convert

RGB176110180-
CMYK0.020.3900.29
HSL296.57º31.82%56.86%-
HSV(B)296.57º38.89%70.59%-
XYZ31.7223.6846.08-
YUV137.71151.87155.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=37.77%
G=23.61%
B=38.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761101800.020.3900.29296.5731.8256.86
HexB06EB422701D1292039
Octal2601562642470354514071
Binary1011000011011101011010010100111011101100101001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EB4; }

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

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

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

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

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

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

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

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