Shades of Violet Blue #B36DAE
Tints of Violet Blue #B36DAE
RGB
CMYK
RGB Variations
Color information
#B36DAE (or 0xB36DAE) is known color: Violet Blue. HEX triplet: B3, 6D and AE. RGB value is (179,109,174). Sum of RGB (Red+Green+Blue) = 179+109+174=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B36DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36DAE is #4C9251. Grayscale: #898989. Windows color (decimal): -5018194 or 11431347. OLE color: 11431347.
HSL color Cylindrical-coordinate representation of color #B36DAE: hue angle of 304.29º 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 #B36DAE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 174 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.30 |
| HSL | 304.29º | 0.32% | 0.56% | - |
| HSV(B) | 304.29º | 0.39% | 0.7% | - |
| XYZ | 31.7 | 23.58 | 42.92 | - |
| YUV | 137.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 174 | 0 | 0.39 | 0.03 | 0.30 | 304.29 | 0.32 | 0.56 |
| Hex | B3 | 6D | AE | 0 | 27 | 3 | 1E | 130 | 20 | 38 |
| Octal | 263 | 155 | 256 | 0 | 47 | 3 | 36 | 460 | 40 | 70 |
| Binary | 10110011 | 1101101 | 10101110 | 0 | 100111 | 11 | 11110 | 100110000 | 100000 | 111000 |
Color Harmonies of #B36DAE
Complementary color
Monochromatic Colors of #B36DAE
Black with #B36DAE
Text Example
Text Example
White with #B36DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DAE; }
p { color: rgb(179,109,174); }
H1.HeaderClassName
{
color: #B36DAE;
}
.AnyTagClassName
{
color: #B36DAE;
}
</style>
background-color css
<style>
a { background-color: #B36DAE; }
a { background-color: rgb(179,109,174); }
div.DivClassName
{
background-color: #B36DAE;
}
.BgClassName
{
background-color: #B36DAE;
}
</style>
border-color css
<style>
span { border-color: #B36DAE; }
span { border-color: rgb(179,109,174); }
td.TdClassName
{
border-color: #B36DAE;
}
.TagClassName
{
border-color: #B36DAE;
}
</style>