Shades of Violet Blue #B45BA6
Tints of Violet Blue #B45BA6
RGB
CMYK
RGB Variations
Color information
#B45BA6 (or 0xB45BA6) is known color: Violet Blue. HEX triplet: B4, 5B and A6. RGB value is (180,91,166). Sum of RGB (Red+Green+Blue) = 180+91+166=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BA6 is #4BA459. Grayscale: #7D7D7D. Windows color (decimal): -4957274 or 10902452. OLE color: 10902452.
HSL color Cylindrical-coordinate representation of color #B45BA6: hue angle of 309.44º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45BA6 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 91 | 166 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.29 |
| HSL | 309.44º | 0.37% | 0.53% | - |
| HSV(B) | 309.44º | 0.49% | 0.71% | - |
| XYZ | 29.45 | 19.94 | 38.37 | - |
| YUV | 126.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 166 | 0 | 0.49 | 0.08 | 0.29 | 309.44 | 0.37 | 0.53 |
| Hex | B4 | 5B | A6 | 0 | 31 | 8 | 1D | 135 | 25 | 35 |
| Octal | 264 | 133 | 246 | 0 | 61 | 10 | 35 | 465 | 45 | 65 |
| Binary | 10110100 | 1011011 | 10100110 | 0 | 110001 | 1000 | 11101 | 100110101 | 100101 | 110101 |
Color Harmonies of #B45BA6
Complementary color
Monochromatic Colors of #B45BA6
Black with #B45BA6
Text Example
Text Example
White with #B45BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BA6; }
p { color: rgb(180,91,166); }
H1.HeaderClassName
{
color: #B45BA6;
}
.AnyTagClassName
{
color: #B45BA6;
}
</style>
background-color css
<style>
a { background-color: #B45BA6; }
a { background-color: rgb(180,91,166); }
div.DivClassName
{
background-color: #B45BA6;
}
.BgClassName
{
background-color: #B45BA6;
}
</style>
border-color css
<style>
span { border-color: #B45BA6; }
span { border-color: rgb(180,91,166); }
td.TdClassName
{
border-color: #B45BA6;
}
.TagClassName
{
border-color: #B45BA6;
}
</style>