Shades of Violet Blue #B451A5
Tints of Violet Blue #B451A5
RGB
CMYK
RGB Variations
Color information
#B451A5 (or 0xB451A5) is known color: Violet Blue. HEX triplet: B4, 51 and A5. RGB value is (180,81,165). Sum of RGB (Red+Green+Blue) = 180+81+165=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B451A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B451A5 is #4BAE5A. Grayscale: #777777. Windows color (decimal): -4959835 or 10834356. OLE color: 10834356.
HSL color Cylindrical-coordinate representation of color #B451A5: hue angle of 309.09º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B451A5 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 165 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.29 |
| HSL | 309.09º | 0.4% | 0.51% | - |
| HSV(B) | 309.09º | 0.55% | 0.71% | - |
| XYZ | 28.56 | 18.3 | 37.63 | - |
| YUV | 120.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 165 | 0 | 0.55 | 0.08 | 0.29 | 309.09 | 0.4 | 0.51 |
| Hex | B4 | 51 | A5 | 0 | 37 | 8 | 1D | 135 | 28 | 33 |
| Octal | 264 | 121 | 245 | 0 | 67 | 10 | 35 | 465 | 50 | 63 |
| Binary | 10110100 | 1010001 | 10100101 | 0 | 110111 | 1000 | 11101 | 100110101 | 101000 | 110011 |
Color Harmonies of #B451A5
Complementary color
Monochromatic Colors of #B451A5
Black with #B451A5
Text Example
Text Example
White with #B451A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B451A5; }
p { color: rgb(180,81,165); }
H1.HeaderClassName
{
color: #B451A5;
}
.AnyTagClassName
{
color: #B451A5;
}
</style>
background-color css
<style>
a { background-color: #B451A5; }
a { background-color: rgb(180,81,165); }
div.DivClassName
{
background-color: #B451A5;
}
.BgClassName
{
background-color: #B451A5;
}
</style>
border-color css
<style>
span { border-color: #B451A5; }
span { border-color: rgb(180,81,165); }
td.TdClassName
{
border-color: #B451A5;
}
.TagClassName
{
border-color: #B451A5;
}
</style>