#B06BAE

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

Shades of Violet Blue #B06BAE

Tints of Violet Blue #B06BAE

Color information

#B06BAE (or 0xB06BAE) is unknown color: approx Violet Blue. HEX triplet: B0, 6B and AE. RGB value is (176,107,174). Sum of RGB (Red+Green+Blue) = 176+107+174=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B06BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06BAE is #4F9451. Grayscale: #878787. Windows color (decimal): -5215314 or 11430832. OLE color: 11430832.

HSL color Cylindrical-coordinate representation of color #B06BAE: hue angle of 301.74º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06BAE is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176107174-
CMYK00.390.010.31
HSL301.74º30.4%55.49%-
HSV(B)301.74º39.2%69.02%-
XYZ30.822.842.82-
YUV135.27149.86157.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=38.51%
G=23.41%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610717400.390.010.31301.7430.455.49
HexB06BAE02711F12e1e37
Octal2601532560471374563667
Binary10110000110101110101110010011111111110010111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BAE; }

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

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

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

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

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

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

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

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