#B06EAD

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

Shades of Violet Blue #B06EAD

Tints of Violet Blue #B06EAD

Color information

#B06EAD (or 0xB06EAD) is unknown color: approx Violet Blue. HEX triplet: B0, 6E and AD. RGB value is (176,110,173). Sum of RGB (Red+Green+Blue) = 176+110+173=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B06EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06EAD is #4F9152. Grayscale: #888888. Windows color (decimal): -5214547 or 11366064. OLE color: 11366064.

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

Color convert

RGB176110173-
CMYK00.370.020.31
HSL302.73º29.46%56.08%-
HSV(B)302.73º37.5%69.02%-
XYZ31.0223.442.42-
YUV136.92148.37155.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=38.34%
G=23.97%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611017300.370.020.31302.7329.4656.08
HexB06EAD02521F12f1d38
Octal2601562550452374573570
Binary101100001101110101011010100101101111110010111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EAD; }

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

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

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

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

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

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

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

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