#B36DAD

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

Shades of Violet Blue #B36DAD

Tints of Violet Blue #B36DAD

Color information

#B36DAD (or 0xB36DAD) is unknown color: approx Violet Blue. HEX triplet: B3, 6D and AD. RGB value is (179,109,173). Sum of RGB (Red+Green+Blue) = 179+109+173=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B36DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36DAD is #4C9252. Grayscale: #898989. Windows color (decimal): -5018195 or 11365811. OLE color: 11365811.

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

Color convert

RGB179109173-
CMYK00.390.030.30
HSL305.14º31.53%56.47%-
HSV(B)305.14º39.11%70.2%-
XYZ31.623.5442.41-
YUV137.23148.19157.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=38.83%
G=23.64%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910917300.390.030.30305.1431.5356.47
HexB36DAD02731E1312038
Octal2631552550473364614070
Binary1011001111011011010110101001111111110100110001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36DAD; }

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

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

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

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

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

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

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

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