Shades of Violet Blue #B448A0
Tints of Violet Blue #B448A0
RGB
CMYK
RGB Variations
Color information
#B448A0 (or 0xB448A0) is known color: Violet Blue. HEX triplet: B4, 48 and A0. RGB value is (180,72,160). Sum of RGB (Red+Green+Blue) = 180+72+160=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B448A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448A0 is #4BB75F. Grayscale: #727272. Windows color (decimal): -4962144 or 10504372. OLE color: 10504372.
HSL color Cylindrical-coordinate representation of color #B448A0: hue angle of 311.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B448A0 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 160 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.29 |
| HSL | 311.11º | 0.43% | 0.49% | - |
| HSV(B) | 311.11º | 0.6% | 0.71% | - |
| XYZ | 27.48 | 16.88 | 35.07 | - |
| YUV | 114.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 160 | 0 | 0.60 | 0.11 | 0.29 | 311.11 | 0.43 | 0.49 |
| Hex | B4 | 48 | A0 | 0 | 3C | B | 1D | 137 | 2B | 31 |
| Octal | 264 | 110 | 240 | 0 | 74 | 13 | 35 | 467 | 53 | 61 |
| Binary | 10110100 | 1001000 | 10100000 | 0 | 111100 | 1011 | 11101 | 100110111 | 101011 | 110001 |
Color Harmonies of #B448A0
Complementary color
Monochromatic Colors of #B448A0
Black with #B448A0
Text Example
Text Example
White with #B448A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448A0; }
p { color: rgb(180,72,160); }
H1.HeaderClassName
{
color: #B448A0;
}
.AnyTagClassName
{
color: #B448A0;
}
</style>
background-color css
<style>
a { background-color: #B448A0; }
a { background-color: rgb(180,72,160); }
div.DivClassName
{
background-color: #B448A0;
}
.BgClassName
{
background-color: #B448A0;
}
</style>
border-color css
<style>
span { border-color: #B448A0; }
span { border-color: rgb(180,72,160); }
td.TdClassName
{
border-color: #B448A0;
}
.TagClassName
{
border-color: #B448A0;
}
</style>