#B06DB2

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

Shades of Violet Blue #B06DB2

Tints of Violet Blue #B06DB2

Color information

#B06DB2 (or 0xB06DB2) is unknown color: approx Violet Blue. HEX triplet: B0, 6D and B2. RGB value is (176,109,178). Sum of RGB (Red+Green+Blue) = 176+109+178=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 178 - color contains mainly: blue. Hex color #B06DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06DB2 is #4F924D. Grayscale: #888888. Windows color (decimal): -5214798 or 11693488. OLE color: 11693488.

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

Color convert

RGB176109178-
CMYK0.010.3900.30
HSL298.26º30.94%56.27%-
HSV(B)298.26º38.76%69.8%-
XYZ31.4123.3844.98-
YUV136.9151.2155.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 178 (69.92% from 255) = 38.44%
R=38.01%
G=23.54%
B=38.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761091780.010.3900.30298.2630.9456.27
HexB06DB212701E12a1f38
Octal2601552621470364523770
Binary10110000110110110110010110011101111010010101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DB2; }

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

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

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

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

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

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

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

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