Shades of Violet Blue #B46DB1
Tints of Violet Blue #B46DB1
RGB
CMYK
RGB Variations
Color information
#B46DB1 (or 0xB46DB1) is known color: Violet Blue. HEX triplet: B4, 6D and B1. RGB value is (180,109,177). Sum of RGB (Red+Green+Blue) = 180+109+177=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B46DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46DB1 is #4B924E. Grayscale: #898989. Windows color (decimal): -4952655 or 11627956. OLE color: 11627956.
HSL color Cylindrical-coordinate representation of color #B46DB1: hue angle of 302.54º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46DB1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 177 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.29 |
| HSL | 302.54º | 0.32% | 0.57% | - |
| HSV(B) | 302.54º | 0.39% | 0.71% | - |
| XYZ | 32.23 | 23.81 | 44.49 | - |
| YUV | 137.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 177 | 0 | 0.39 | 0.02 | 0.29 | 302.54 | 0.32 | 0.57 |
| Hex | B4 | 6D | B1 | 0 | 27 | 2 | 1D | 12F | 20 | 39 |
| Octal | 264 | 155 | 261 | 0 | 47 | 2 | 35 | 457 | 40 | 71 |
| Binary | 10110100 | 1101101 | 10110001 | 0 | 100111 | 10 | 11101 | 100101111 | 100000 | 111001 |
Color Harmonies of #B46DB1
Complementary color
Monochromatic Colors of #B46DB1
Black with #B46DB1
Text Example
Text Example
White with #B46DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46DB1; }
p { color: rgb(180,109,177); }
H1.HeaderClassName
{
color: #B46DB1;
}
.AnyTagClassName
{
color: #B46DB1;
}
</style>
background-color css
<style>
a { background-color: #B46DB1; }
a { background-color: rgb(180,109,177); }
div.DivClassName
{
background-color: #B46DB1;
}
.BgClassName
{
background-color: #B46DB1;
}
</style>
border-color css
<style>
span { border-color: #B46DB1; }
span { border-color: rgb(180,109,177); }
td.TdClassName
{
border-color: #B46DB1;
}
.TagClassName
{
border-color: #B46DB1;
}
</style>