Shades of Medium Violet Red #B8029A
Tints of Medium Violet Red #B8029A
RGB
CMYK
RGB Variations
Color information
#B8029A (or 0xB8029A) is known color: Medium Violet Red. HEX triplet: B8, 02 and 9A. RGB value is (184,2,154). Sum of RGB (Red+Green+Blue) = 184+2+154=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B8029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8029A is #47FD65. Grayscale: #494949. Windows color (decimal): -4717926 or 10093240. OLE color: 10093240.
HSL color Cylindrical-coordinate representation of color #B8029A: hue angle of 309.89º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8029A is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.28 |
| HSL | 309.89º | 0.98% | 0.36% | - |
| HSV(B) | 309.89º | 0.99% | 0.72% | - |
| XYZ | 25.62 | 12.57 | 31.65 | - |
| YUV | 73.75 | 173.3 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 154 | 0 | 0.99 | 0.16 | 0.28 | 309.89 | 0.98 | 0.36 |
| Hex | B8 | 2 | 9A | 0 | 63 | 10 | 1C | 136 | 62 | 24 |
| Octal | 270 | 2 | 232 | 0 | 143 | 20 | 34 | 466 | 142 | 44 |
| Binary | 10111000 | 10 | 10011010 | 0 | 1100011 | 10000 | 11100 | 100110110 | 1100010 | 100100 |
Color Harmonies of #B8029A
Complementary color
Monochromatic Colors of #B8029A
Black with #B8029A
Text Example
Text Example
White with #B8029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8029A; }
p { color: rgb(184,2,154); }
H1.HeaderClassName
{
color: #B8029A;
}
.AnyTagClassName
{
color: #B8029A;
}
</style>
background-color css
<style>
a { background-color: #B8029A; }
a { background-color: rgb(184,2,154); }
div.DivClassName
{
background-color: #B8029A;
}
.BgClassName
{
background-color: #B8029A;
}
</style>
border-color css
<style>
span { border-color: #B8029A; }
span { border-color: rgb(184,2,154); }
td.TdClassName
{
border-color: #B8029A;
}
.TagClassName
{
border-color: #B8029A;
}
</style>