Shades of Violet Blue #B46FAC
Tints of Violet Blue #B46FAC
RGB
CMYK
RGB Variations
Color information
#B46FAC (or 0xB46FAC) is known color: Violet Blue. HEX triplet: B4, 6F and AC. RGB value is (180,111,172). Sum of RGB (Red+Green+Blue) = 180+111+172=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B46FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46FAC is #4B9053. Grayscale: #8A8A8A. Windows color (decimal): -4952148 or 11300788. OLE color: 11300788.
HSL color Cylindrical-coordinate representation of color #B46FAC: hue angle of 306.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B46FAC is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 111 | 172 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.29 |
| HSL | 306.96º | 0.32% | 0.57% | - |
| HSV(B) | 306.96º | 0.38% | 0.71% | - |
| XYZ | 31.95 | 24.05 | 41.99 | - |
| YUV | 138.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 172 | 0 | 0.38 | 0.04 | 0.29 | 306.96 | 0.32 | 0.57 |
| Hex | B4 | 6F | AC | 0 | 26 | 4 | 1D | 133 | 20 | 39 |
| Octal | 264 | 157 | 254 | 0 | 46 | 4 | 35 | 463 | 40 | 71 |
| Binary | 10110100 | 1101111 | 10101100 | 0 | 100110 | 100 | 11101 | 100110011 | 100000 | 111001 |
Color Harmonies of #B46FAC
Complementary color
Monochromatic Colors of #B46FAC
Black with #B46FAC
Text Example
Text Example
White with #B46FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46FAC; }
p { color: rgb(180,111,172); }
H1.HeaderClassName
{
color: #B46FAC;
}
.AnyTagClassName
{
color: #B46FAC;
}
</style>
background-color css
<style>
a { background-color: #B46FAC; }
a { background-color: rgb(180,111,172); }
div.DivClassName
{
background-color: #B46FAC;
}
.BgClassName
{
background-color: #B46FAC;
}
</style>
border-color css
<style>
span { border-color: #B46FAC; }
span { border-color: rgb(180,111,172); }
td.TdClassName
{
border-color: #B46FAC;
}
.TagClassName
{
border-color: #B46FAC;
}
</style>