#B06FAE

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

Shades of Violet Blue #B06FAE

Tints of Violet Blue #B06FAE

Color information

#B06FAE (or 0xB06FAE) is unknown color: approx Violet Blue. HEX triplet: B0, 6F and AE. RGB value is (176,111,174). Sum of RGB (Red+Green+Blue) = 176+111+174=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B06FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06FAE is #4F9051. Grayscale: #898989. Windows color (decimal): -5214290 or 11431856. OLE color: 11431856.

HSL color Cylindrical-coordinate representation of color #B06FAE: hue angle of 301.85º 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 #B06FAE is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176111174-
CMYK00.370.010.31
HSL301.85º29.15%56.27%-
HSV(B)301.85º36.93%69.02%-
XYZ31.2323.6542.96-
YUV137.62148.53155.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=38.18%
G=24.08%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611117400.370.010.31301.8529.1556.27
HexB06FAE02511F12e1d38
Octal2601572560451374563570
Binary10110000110111110101110010010111111110010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FAE; }

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

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

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

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

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

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

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

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