Shades of Violet Blue #B448A4
Tints of Violet Blue #B448A4
RGB
CMYK
RGB Variations
Color information
#B448A4 (or 0xB448A4) is known color: Violet Blue. HEX triplet: B4, 48 and A4. RGB value is (180,72,164). Sum of RGB (Red+Green+Blue) = 180+72+164=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B448A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448A4 is #4BB75B. Grayscale: #727272. Windows color (decimal): -4962140 or 10766516. OLE color: 10766516.
HSL color Cylindrical-coordinate representation of color #B448A4: hue angle of 308.89º 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 #B448A4 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 164 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.29 |
| HSL | 308.89º | 0.43% | 0.49% | - |
| HSV(B) | 308.89º | 0.6% | 0.71% | - |
| XYZ | 27.84 | 17.02 | 36.94 | - |
| YUV | 114.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 164 | 0 | 0.60 | 0.09 | 0.29 | 308.89 | 0.43 | 0.49 |
| Hex | B4 | 48 | A4 | 0 | 3C | 9 | 1D | 135 | 2B | 31 |
| Octal | 264 | 110 | 244 | 0 | 74 | 11 | 35 | 465 | 53 | 61 |
| Binary | 10110100 | 1001000 | 10100100 | 0 | 111100 | 1001 | 11101 | 100110101 | 101011 | 110001 |
Color Harmonies of #B448A4
Complementary color
Monochromatic Colors of #B448A4
Black with #B448A4
Text Example
Text Example
White with #B448A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B448A4; }
p { color: rgb(180,72,164); }
H1.HeaderClassName
{
color: #B448A4;
}
.AnyTagClassName
{
color: #B448A4;
}
</style>
background-color css
<style>
a { background-color: #B448A4; }
a { background-color: rgb(180,72,164); }
div.DivClassName
{
background-color: #B448A4;
}
.BgClassName
{
background-color: #B448A4;
}
</style>
border-color css
<style>
span { border-color: #B448A4; }
span { border-color: rgb(180,72,164); }
td.TdClassName
{
border-color: #B448A4;
}
.TagClassName
{
border-color: #B448A4;
}
</style>