Shades of Medium Violet Red #B80F9F
Tints of Medium Violet Red #B80F9F
RGB
CMYK
RGB Variations
Color information
#B80F9F (or 0xB80F9F) is known color: Medium Violet Red. HEX triplet: B8, 0F and 9F. RGB value is (184,15,159). Sum of RGB (Red+Green+Blue) = 184+15+159=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80F9F is #47F060. Grayscale: #515151. Windows color (decimal): -4714593 or 10424248. OLE color: 10424248.
HSL color Cylindrical-coordinate representation of color #B80F9F: hue angle of 308.88º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F9F is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 159 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.28 |
| HSL | 308.88º | 0.85% | 0.39% | - |
| HSV(B) | 308.88º | 0.92% | 0.72% | - |
| XYZ | 26.2 | 13.04 | 33.94 | - |
| YUV | 81.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 159 | 0 | 0.92 | 0.14 | 0.28 | 308.88 | 0.85 | 0.39 |
| Hex | B8 | F | 9F | 0 | 5C | E | 1C | 135 | 55 | 27 |
| Octal | 270 | 17 | 237 | 0 | 134 | 16 | 34 | 465 | 125 | 47 |
| Binary | 10111000 | 1111 | 10011111 | 0 | 1011100 | 1110 | 11100 | 100110101 | 1010101 | 100111 |
Color Harmonies of #B80F9F
Complementary color
Monochromatic Colors of #B80F9F
Black with #B80F9F
Text Example
Text Example
White with #B80F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F9F; }
p { color: rgb(184,15,159); }
H1.HeaderClassName
{
color: #B80F9F;
}
.AnyTagClassName
{
color: #B80F9F;
}
</style>
background-color css
<style>
a { background-color: #B80F9F; }
a { background-color: rgb(184,15,159); }
div.DivClassName
{
background-color: #B80F9F;
}
.BgClassName
{
background-color: #B80F9F;
}
</style>
border-color css
<style>
span { border-color: #B80F9F; }
span { border-color: rgb(184,15,159); }
td.TdClassName
{
border-color: #B80F9F;
}
.TagClassName
{
border-color: #B80F9F;
}
</style>