Shades of Violet Blue #B46BB0
Tints of Violet Blue #B46BB0
RGB
CMYK
RGB Variations
Color information
#B46BB0 (or 0xB46BB0) is known color: Violet Blue. HEX triplet: B4, 6B and B0. RGB value is (180,107,176). Sum of RGB (Red+Green+Blue) = 180+107+176=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46BB0 is #4B944F. Grayscale: #888888. Windows color (decimal): -4953168 or 11561908. OLE color: 11561908.
HSL color Cylindrical-coordinate representation of color #B46BB0: hue angle of 303.29º 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 #B46BB0 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 107 | 176 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.29 |
| HSL | 303.29º | 0.33% | 0.56% | - |
| HSV(B) | 303.29º | 0.41% | 0.71% | - |
| XYZ | 31.92 | 23.35 | 43.9 | - |
| YUV | 136.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 176 | 0 | 0.41 | 0.02 | 0.29 | 303.29 | 0.33 | 0.56 |
| Hex | B4 | 6B | B0 | 0 | 29 | 2 | 1D | 12F | 21 | 38 |
| Octal | 264 | 153 | 260 | 0 | 51 | 2 | 35 | 457 | 41 | 70 |
| Binary | 10110100 | 1101011 | 10110000 | 0 | 101001 | 10 | 11101 | 100101111 | 100001 | 111000 |
Color Harmonies of #B46BB0
Complementary color
Monochromatic Colors of #B46BB0
Black with #B46BB0
Text Example
Text Example
White with #B46BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46BB0; }
p { color: rgb(180,107,176); }
H1.HeaderClassName
{
color: #B46BB0;
}
.AnyTagClassName
{
color: #B46BB0;
}
</style>
background-color css
<style>
a { background-color: #B46BB0; }
a { background-color: rgb(180,107,176); }
div.DivClassName
{
background-color: #B46BB0;
}
.BgClassName
{
background-color: #B46BB0;
}
</style>
border-color css
<style>
span { border-color: #B46BB0; }
span { border-color: rgb(180,107,176); }
td.TdClassName
{
border-color: #B46BB0;
}
.TagClassName
{
border-color: #B46BB0;
}
</style>