Shades of Violet Blue #B46CAF
Tints of Violet Blue #B46CAF
RGB
CMYK
RGB Variations
Color information
#B46CAF (or 0xB46CAF) is known color: Violet Blue. HEX triplet: B4, 6C and AF. RGB value is (180,108,175). Sum of RGB (Red+Green+Blue) = 180+108+175=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46CAF is #4B9350. Grayscale: #888888. Windows color (decimal): -4952913 or 11496628. OLE color: 11496628.
HSL color Cylindrical-coordinate representation of color #B46CAF: hue angle of 304.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46CAF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 175 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.29 |
| HSL | 304.17º | 0.32% | 0.56% | - |
| HSV(B) | 304.17º | 0.4% | 0.71% | - |
| XYZ | 31.92 | 23.52 | 43.42 | - |
| YUV | 137.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 175 | 0 | 0.40 | 0.03 | 0.29 | 304.17 | 0.32 | 0.56 |
| Hex | B4 | 6C | AF | 0 | 28 | 3 | 1D | 130 | 20 | 38 |
| Octal | 264 | 154 | 257 | 0 | 50 | 3 | 35 | 460 | 40 | 70 |
| Binary | 10110100 | 1101100 | 10101111 | 0 | 101000 | 11 | 11101 | 100110000 | 100000 | 111000 |
Color Harmonies of #B46CAF
Complementary color
Monochromatic Colors of #B46CAF
Black with #B46CAF
Text Example
Text Example
White with #B46CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46CAF; }
p { color: rgb(180,108,175); }
H1.HeaderClassName
{
color: #B46CAF;
}
.AnyTagClassName
{
color: #B46CAF;
}
</style>
background-color css
<style>
a { background-color: #B46CAF; }
a { background-color: rgb(180,108,175); }
div.DivClassName
{
background-color: #B46CAF;
}
.BgClassName
{
background-color: #B46CAF;
}
</style>
border-color css
<style>
span { border-color: #B46CAF; }
span { border-color: rgb(180,108,175); }
td.TdClassName
{
border-color: #B46CAF;
}
.TagClassName
{
border-color: #B46CAF;
}
</style>