#B06DB5

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

Shades of Violet Blue #B06DB5

Tints of Violet Blue #B06DB5

Color information

#B06DB5 (or 0xB06DB5) is unknown color: approx Violet Blue. HEX triplet: B0, 6D and B5. RGB value is (176,109,181). Sum of RGB (Red+Green+Blue) = 176+109+181=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #B06DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DB5 is #4F924A. Grayscale: #898989. Windows color (decimal): -5214795 or 11890096. OLE color: 11890096.

HSL color Cylindrical-coordinate representation of color #B06DB5: hue angle of 295.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06DB5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176109181-
CMYK0.030.4000.29
HSL295.83º32.73%56.86%-
HSV(B)295.83º39.78%70.98%-
XYZ31.7123.546.58-
YUV137.24152.7155.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 181 (71.09% from 255) = 38.84%
R=37.77%
G=23.39%
B=38.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761091810.030.4000.29295.8332.7356.86
HexB06DB532801D1282139
Octal2601552653500354504171
Binary1011000011011011011010111101000011101100101000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06DB5; }

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

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

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

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

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

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

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

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