Shades of Violet Blue #B450A0
Tints of Violet Blue #B450A0
RGB
CMYK
RGB Variations
Color information
#B450A0 (or 0xB450A0) is known color: Violet Blue. HEX triplet: B4, 50 and A0. RGB value is (180,80,160). Sum of RGB (Red+Green+Blue) = 180+80+160=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B450A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B450A0 is #4BAF5F. Grayscale: #767676. Windows color (decimal): -4960096 or 10506420. OLE color: 10506420.
HSL color Cylindrical-coordinate representation of color #B450A0: hue angle of 312º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B450A0 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 160 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.29 |
| HSL | 312º | 0.4% | 0.51% | - |
| HSV(B) | 312º | 0.56% | 0.71% | - |
| XYZ | 28.04 | 17.98 | 35.25 | - |
| YUV | 119.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 160 | 0 | 0.56 | 0.11 | 0.29 | 312 | 0.4 | 0.51 |
| Hex | B4 | 50 | A0 | 0 | 38 | B | 1D | 138 | 28 | 33 |
| Octal | 264 | 120 | 240 | 0 | 70 | 13 | 35 | 470 | 50 | 63 |
| Binary | 10110100 | 1010000 | 10100000 | 0 | 111000 | 1011 | 11101 | 100111000 | 101000 | 110011 |
Color Harmonies of #B450A0
Complementary color
Monochromatic Colors of #B450A0
Black with #B450A0
Text Example
Text Example
White with #B450A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B450A0; }
p { color: rgb(180,80,160); }
H1.HeaderClassName
{
color: #B450A0;
}
.AnyTagClassName
{
color: #B450A0;
}
</style>
background-color css
<style>
a { background-color: #B450A0; }
a { background-color: rgb(180,80,160); }
div.DivClassName
{
background-color: #B450A0;
}
.BgClassName
{
background-color: #B450A0;
}
</style>
border-color css
<style>
span { border-color: #B450A0; }
span { border-color: rgb(180,80,160); }
td.TdClassName
{
border-color: #B450A0;
}
.TagClassName
{
border-color: #B450A0;
}
</style>