Shades of Medium Red Violet #B028A2
Tints of Medium Red Violet #B028A2
RGB
CMYK
RGB Variations
Color information
#B028A2 (or 0xB028A2) is known color: Medium Red Violet. HEX triplet: B0, 28 and A2. RGB value is (176,40,162). Sum of RGB (Red+Green+Blue) = 176+40+162=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B028A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B028A2 is #4FD75D. Grayscale: #5E5E5E. Windows color (decimal): -5232478 or 10627248. OLE color: 10627248.
HSL color Cylindrical-coordinate representation of color #B028A2: hue angle of 306.18º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B028A2 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 162 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.31 |
| HSL | 306.18º | 0.63% | 0.42% | - |
| HSV(B) | 306.18º | 0.77% | 0.69% | - |
| XYZ | 25.18 | 13.36 | 35.43 | - |
| YUV | 94.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 162 | 0 | 0.77 | 0.08 | 0.31 | 306.18 | 0.63 | 0.42 |
| Hex | B0 | 28 | A2 | 0 | 4D | 8 | 1F | 132 | 3F | 2A |
| Octal | 260 | 50 | 242 | 0 | 115 | 10 | 37 | 462 | 77 | 52 |
| Binary | 10110000 | 101000 | 10100010 | 0 | 1001101 | 1000 | 11111 | 100110010 | 111111 | 101010 |
Color Harmonies of #B028A2
Complementary color
Monochromatic Colors of #B028A2
Black with #B028A2
Text Example
Text Example
White with #B028A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B028A2; }
p { color: rgb(176,40,162); }
H1.HeaderClassName
{
color: #B028A2;
}
.AnyTagClassName
{
color: #B028A2;
}
</style>
background-color css
<style>
a { background-color: #B028A2; }
a { background-color: rgb(176,40,162); }
div.DivClassName
{
background-color: #B028A2;
}
.BgClassName
{
background-color: #B028A2;
}
</style>
border-color css
<style>
span { border-color: #B028A2; }
span { border-color: rgb(176,40,162); }
td.TdClassName
{
border-color: #B028A2;
}
.TagClassName
{
border-color: #B028A2;
}
</style>