Shades of Violet Blue #B45AAA
Tints of Violet Blue #B45AAA
RGB
CMYK
RGB Variations
Color information
#B45AAA (or 0xB45AAA) is known color: Violet Blue. HEX triplet: B4, 5A and AA. RGB value is (180,90,170). Sum of RGB (Red+Green+Blue) = 180+90+170=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45AAA is #4BA555. Grayscale: #7D7D7D. Windows color (decimal): -4957526 or 11164340. OLE color: 11164340.
HSL color Cylindrical-coordinate representation of color #B45AAA: hue angle of 306.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45AAA is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 170 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.29 |
| HSL | 306.67º | 0.38% | 0.53% | - |
| HSV(B) | 306.67º | 0.5% | 0.71% | - |
| XYZ | 29.73 | 19.92 | 40.31 | - |
| YUV | 126.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 170 | 0 | 0.50 | 0.06 | 0.29 | 306.67 | 0.38 | 0.53 |
| Hex | B4 | 5A | AA | 0 | 32 | 6 | 1D | 133 | 26 | 35 |
| Octal | 264 | 132 | 252 | 0 | 62 | 6 | 35 | 463 | 46 | 65 |
| Binary | 10110100 | 1011010 | 10101010 | 0 | 110010 | 110 | 11101 | 100110011 | 100110 | 110101 |
Color Harmonies of #B45AAA
Complementary color
Monochromatic Colors of #B45AAA
Black with #B45AAA
Text Example
Text Example
White with #B45AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45AAA; }
p { color: rgb(180,90,170); }
H1.HeaderClassName
{
color: #B45AAA;
}
.AnyTagClassName
{
color: #B45AAA;
}
</style>
background-color css
<style>
a { background-color: #B45AAA; }
a { background-color: rgb(180,90,170); }
div.DivClassName
{
background-color: #B45AAA;
}
.BgClassName
{
background-color: #B45AAA;
}
</style>
border-color css
<style>
span { border-color: #B45AAA; }
span { border-color: rgb(180,90,170); }
td.TdClassName
{
border-color: #B45AAA;
}
.TagClassName
{
border-color: #B45AAA;
}
</style>