Shades of Medium Violet Red #B8029C
Tints of Medium Violet Red #B8029C
RGB
CMYK
RGB Variations
Color information
#B8029C (or 0xB8029C) is known color: Medium Violet Red. HEX triplet: B8, 02 and 9C. RGB value is (184,2,156). Sum of RGB (Red+Green+Blue) = 184+2+156=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8029C is #47FD63. Grayscale: #494949. Windows color (decimal): -4717924 or 10224312. OLE color: 10224312.
HSL color Cylindrical-coordinate representation of color #B8029C: hue angle of 309.23º 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 #B8029C is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 156 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.28 |
| HSL | 309.23º | 0.98% | 0.36% | - |
| HSV(B) | 309.23º | 0.99% | 0.72% | - |
| XYZ | 25.79 | 12.63 | 32.53 | - |
| YUV | 73.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 156 | 0 | 0.99 | 0.15 | 0.28 | 309.23 | 0.98 | 0.36 |
| Hex | B8 | 2 | 9C | 0 | 63 | F | 1C | 135 | 62 | 24 |
| Octal | 270 | 2 | 234 | 0 | 143 | 17 | 34 | 465 | 142 | 44 |
| Binary | 10111000 | 10 | 10011100 | 0 | 1100011 | 1111 | 11100 | 100110101 | 1100010 | 100100 |
Color Harmonies of #B8029C
Complementary color
Monochromatic Colors of #B8029C
Black with #B8029C
Text Example
Text Example
White with #B8029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8029C; }
p { color: rgb(184,2,156); }
H1.HeaderClassName
{
color: #B8029C;
}
.AnyTagClassName
{
color: #B8029C;
}
</style>
background-color css
<style>
a { background-color: #B8029C; }
a { background-color: rgb(184,2,156); }
div.DivClassName
{
background-color: #B8029C;
}
.BgClassName
{
background-color: #B8029C;
}
</style>
border-color css
<style>
span { border-color: #B8029C; }
span { border-color: rgb(184,2,156); }
td.TdClassName
{
border-color: #B8029C;
}
.TagClassName
{
border-color: #B8029C;
}
</style>