#B06EB2

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

Shades of Violet Blue #B06EB2

Tints of Violet Blue #B06EB2

Color information

#B06EB2 (or 0xB06EB2) is unknown color: approx Violet Blue. HEX triplet: B0, 6E and B2. RGB value is (176,110,178). Sum of RGB (Red+Green+Blue) = 176+110+178=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 178 - color contains mainly: blue. Hex color #B06EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06EB2 is #4F914D. Grayscale: #898989. Windows color (decimal): -5214542 or 11693744. OLE color: 11693744.

HSL color Cylindrical-coordinate representation of color #B06EB2: hue angle of 298.24º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06EB2 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176110178-
CMYK0.010.3800.30
HSL298.24º30.63%56.47%-
HSV(B)298.24º38.2%69.8%-
XYZ31.5223.645.01-
YUV137.49150.87155.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=37.93%
G=23.71%
B=38.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761101780.010.3800.30298.2430.6356.47
HexB06EB212601E12a1f38
Octal2601562621460364523770
Binary10110000110111010110010110011001111010010101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06EB2; }

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

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

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

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

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

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

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

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