#B36DB3

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

Shades of Violet Blue #B36DB3

Tints of Violet Blue #B36DB3

Color information

#B36DB3 (or 0xB36DB3) is unknown color: approx Violet Blue. HEX triplet: B3, 6D and B3. RGB value is (179,109,179). Sum of RGB (Red+Green+Blue) = 179+109+179=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B36DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DB3 is #4C924C. Grayscale: #898989. Windows color (decimal): -5018189 or 11759027. OLE color: 11759027.

HSL color Cylindrical-coordinate representation of color #B36DB3: hue angle of 300º degrees, saturation: 0.32, 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 #B36DB3 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB179109179-
CMYK00.3900.30
HSL300º31.53%56.47%-
HSV(B)300º39.11%70.2%-
XYZ32.223.7845.54-
YUV137.91151.19157.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 179 (70.31% from 255) = 38.33%
R=38.33%
G=23.34%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910917900.3900.3030031.5356.47
HexB36DB302701E12c2038
Octal2631552630470364544070
Binary101100111101101101100110100111011110100101100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36DB3; }

 p { color: rgb(179,109,179); }

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

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

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

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

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

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

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