#B06EA9

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

Shades of Violet Blue #B06EA9

Tints of Violet Blue #B06EA9

Color information

#B06EA9 (or 0xB06EA9) is unknown color: approx Violet Blue. HEX triplet: B0, 6E and A9. RGB value is (176,110,169). Sum of RGB (Red+Green+Blue) = 176+110+169=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B06EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06EA9 is #4F9156. Grayscale: #888888. Windows color (decimal): -5214551 or 11103920. OLE color: 11103920.

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

Color convert

RGB176110169-
CMYK00.370.040.31
HSL306.36º29.46%56.08%-
HSV(B)306.36º37.5%69.02%-
XYZ30.6423.2540.41-
YUV136.46146.37156.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=38.68%
G=24.18%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611016900.370.040.31306.3629.4656.08
HexB06EA902541F1321d38
Octal2601562510454374623570
Binary1011000011011101010100101001011001111110011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EA9; }

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

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

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

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

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

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

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

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