Shades of Violet Blue #B447A2
Tints of Violet Blue #B447A2
RGB
CMYK
RGB Variations
Color information
#B447A2 (or 0xB447A2) is known color: Violet Blue. HEX triplet: B4, 47 and A2. RGB value is (180,71,162). Sum of RGB (Red+Green+Blue) = 180+71+162=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B447A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B447A2 is #4BB85D. Grayscale: #717171. Windows color (decimal): -4962398 or 10635188. OLE color: 10635188.
HSL color Cylindrical-coordinate representation of color #B447A2: hue angle of 309.91º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B447A2 is Cyan = 0, Magento = 0.61, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 162 | - |
| CMYK | 0 | 0.61 | 0.1 | 0.29 |
| HSL | 309.91º | 0.43% | 0.49% | - |
| HSV(B) | 309.91º | 0.61% | 0.71% | - |
| XYZ | 27.6 | 16.82 | 35.97 | - |
| YUV | 113.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 162 | 0 | 0.61 | 0.1 | 0.29 | 309.91 | 0.43 | 0.49 |
| Hex | B4 | 47 | A2 | 0 | 3D | A | 1D | 136 | 2B | 31 |
| Octal | 264 | 107 | 242 | 0 | 75 | 12 | 35 | 466 | 53 | 61 |
| Binary | 10110100 | 1000111 | 10100010 | 0 | 111101 | 1010 | 11101 | 100110110 | 101011 | 110001 |
Color Harmonies of #B447A2
Complementary color
Monochromatic Colors of #B447A2
Black with #B447A2
Text Example
Text Example
White with #B447A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B447A2; }
p { color: rgb(180,71,162); }
H1.HeaderClassName
{
color: #B447A2;
}
.AnyTagClassName
{
color: #B447A2;
}
</style>
background-color css
<style>
a { background-color: #B447A2; }
a { background-color: rgb(180,71,162); }
div.DivClassName
{
background-color: #B447A2;
}
.BgClassName
{
background-color: #B447A2;
}
</style>
border-color css
<style>
span { border-color: #B447A2; }
span { border-color: rgb(180,71,162); }
td.TdClassName
{
border-color: #B447A2;
}
.TagClassName
{
border-color: #B447A2;
}
</style>