Shades of Violet Blue #B450A1
Tints of Violet Blue #B450A1
RGB
CMYK
RGB Variations
Color information
#B450A1 (or 0xB450A1) is known color: Violet Blue. HEX triplet: B4, 50 and A1. RGB value is (180,80,161). Sum of RGB (Red+Green+Blue) = 180+80+161=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B450A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B450A1 is #4BAF5E. Grayscale: #767676. Windows color (decimal): -4960095 or 10571956. OLE color: 10571956.
HSL color Cylindrical-coordinate representation of color #B450A1: hue angle of 311.4º 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 #B450A1 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 161 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.29 |
| HSL | 311.4º | 0.4% | 0.51% | - |
| HSV(B) | 311.4º | 0.56% | 0.71% | - |
| XYZ | 28.12 | 18.01 | 35.71 | - |
| YUV | 119.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 161 | 0 | 0.56 | 0.11 | 0.29 | 311.4 | 0.4 | 0.51 |
| Hex | B4 | 50 | A1 | 0 | 38 | B | 1D | 137 | 28 | 33 |
| Octal | 264 | 120 | 241 | 0 | 70 | 13 | 35 | 467 | 50 | 63 |
| Binary | 10110100 | 1010000 | 10100001 | 0 | 111000 | 1011 | 11101 | 100110111 | 101000 | 110011 |
Color Harmonies of #B450A1
Complementary color
Monochromatic Colors of #B450A1
Black with #B450A1
Text Example
Text Example
White with #B450A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B450A1; }
p { color: rgb(180,80,161); }
H1.HeaderClassName
{
color: #B450A1;
}
.AnyTagClassName
{
color: #B450A1;
}
</style>
background-color css
<style>
a { background-color: #B450A1; }
a { background-color: rgb(180,80,161); }
div.DivClassName
{
background-color: #B450A1;
}
.BgClassName
{
background-color: #B450A1;
}
</style>
border-color css
<style>
span { border-color: #B450A1; }
span { border-color: rgb(180,80,161); }
td.TdClassName
{
border-color: #B450A1;
}
.TagClassName
{
border-color: #B450A1;
}
</style>