Shades of Violet Blue #B36EAF
Tints of Violet Blue #B36EAF
RGB
CMYK
RGB Variations
Color information
#B36EAF (or 0xB36EAF) is known color: Violet Blue. HEX triplet: B3, 6E and AF. RGB value is (179,110,175). Sum of RGB (Red+Green+Blue) = 179+110+175=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B36EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36EAF is #4C9150. Grayscale: #898989. Windows color (decimal): -5017937 or 11497139. OLE color: 11497139.
HSL color Cylindrical-coordinate representation of color #B36EAF: hue angle of 303.48º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36EAF is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 110 | 175 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.30 |
| HSL | 303.48º | 0.31% | 0.57% | - |
| HSV(B) | 303.48º | 0.39% | 0.7% | - |
| XYZ | 31.9 | 23.83 | 43.48 | - |
| YUV | 138.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 175 | 0 | 0.39 | 0.02 | 0.30 | 303.48 | 0.31 | 0.57 |
| Hex | B3 | 6E | AF | 0 | 27 | 2 | 1E | 12F | 1F | 39 |
| Octal | 263 | 156 | 257 | 0 | 47 | 2 | 36 | 457 | 37 | 71 |
| Binary | 10110011 | 1101110 | 10101111 | 0 | 100111 | 10 | 11110 | 100101111 | 11111 | 111001 |
Color Harmonies of #B36EAF
Complementary color
Monochromatic Colors of #B36EAF
Black with #B36EAF
Text Example
Text Example
White with #B36EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36EAF; }
p { color: rgb(179,110,175); }
H1.HeaderClassName
{
color: #B36EAF;
}
.AnyTagClassName
{
color: #B36EAF;
}
</style>
background-color css
<style>
a { background-color: #B36EAF; }
a { background-color: rgb(179,110,175); }
div.DivClassName
{
background-color: #B36EAF;
}
.BgClassName
{
background-color: #B36EAF;
}
</style>
border-color css
<style>
span { border-color: #B36EAF; }
span { border-color: rgb(179,110,175); }
td.TdClassName
{
border-color: #B36EAF;
}
.TagClassName
{
border-color: #B36EAF;
}
</style>