Shades of Violet Blue #B46AB1
Tints of Violet Blue #B46AB1
RGB
CMYK
RGB Variations
Color information
#B46AB1 (or 0xB46AB1) is known color: Violet Blue. HEX triplet: B4, 6A and B1. RGB value is (180,106,177). Sum of RGB (Red+Green+Blue) = 180+106+177=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B46AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46AB1 is #4B954E. Grayscale: #888888. Windows color (decimal): -4953423 or 11627188. OLE color: 11627188.
HSL color Cylindrical-coordinate representation of color #B46AB1: hue angle of 302.43º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46AB1 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 106 | 177 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.29 |
| HSL | 302.43º | 0.33% | 0.56% | - |
| HSV(B) | 302.43º | 0.41% | 0.71% | - |
| XYZ | 31.91 | 23.19 | 44.39 | - |
| YUV | 136.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 177 | 0 | 0.41 | 0.02 | 0.29 | 302.43 | 0.33 | 0.56 |
| Hex | B4 | 6A | B1 | 0 | 29 | 2 | 1D | 12E | 21 | 38 |
| Octal | 264 | 152 | 261 | 0 | 51 | 2 | 35 | 456 | 41 | 70 |
| Binary | 10110100 | 1101010 | 10110001 | 0 | 101001 | 10 | 11101 | 100101110 | 100001 | 111000 |
Color Harmonies of #B46AB1
Complementary color
Monochromatic Colors of #B46AB1
Black with #B46AB1
Text Example
Text Example
White with #B46AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46AB1; }
p { color: rgb(180,106,177); }
H1.HeaderClassName
{
color: #B46AB1;
}
.AnyTagClassName
{
color: #B46AB1;
}
</style>
background-color css
<style>
a { background-color: #B46AB1; }
a { background-color: rgb(180,106,177); }
div.DivClassName
{
background-color: #B46AB1;
}
.BgClassName
{
background-color: #B46AB1;
}
</style>
border-color css
<style>
span { border-color: #B46AB1; }
span { border-color: rgb(180,106,177); }
td.TdClassName
{
border-color: #B46AB1;
}
.TagClassName
{
border-color: #B46AB1;
}
</style>