Shades of Medium Violet Red #B80F9D
Tints of Medium Violet Red #B80F9D
RGB
CMYK
RGB Variations
Color information
#B80F9D (or 0xB80F9D) is known color: Medium Violet Red. HEX triplet: B8, 0F and 9D. RGB value is (184,15,157). Sum of RGB (Red+Green+Blue) = 184+15+157=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80F9D is #47F062. Grayscale: #515151. Windows color (decimal): -4714595 or 10293176. OLE color: 10293176.
HSL color Cylindrical-coordinate representation of color #B80F9D: hue angle of 309.59º 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 #B80F9D is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 15 | 157 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.28 |
| HSL | 309.59º | 0.85% | 0.39% | - |
| HSV(B) | 309.59º | 0.92% | 0.72% | - |
| XYZ | 26.02 | 12.97 | 33.03 | - |
| YUV | 81.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 157 | 0 | 0.92 | 0.15 | 0.28 | 309.59 | 0.85 | 0.39 |
| Hex | B8 | F | 9D | 0 | 5C | F | 1C | 136 | 55 | 27 |
| Octal | 270 | 17 | 235 | 0 | 134 | 17 | 34 | 466 | 125 | 47 |
| Binary | 10111000 | 1111 | 10011101 | 0 | 1011100 | 1111 | 11100 | 100110110 | 1010101 | 100111 |
Color Harmonies of #B80F9D
Complementary color
Monochromatic Colors of #B80F9D
Black with #B80F9D
Text Example
Text Example
White with #B80F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80F9D; }
p { color: rgb(184,15,157); }
H1.HeaderClassName
{
color: #B80F9D;
}
.AnyTagClassName
{
color: #B80F9D;
}
</style>
background-color css
<style>
a { background-color: #B80F9D; }
a { background-color: rgb(184,15,157); }
div.DivClassName
{
background-color: #B80F9D;
}
.BgClassName
{
background-color: #B80F9D;
}
</style>
border-color css
<style>
span { border-color: #B80F9D; }
span { border-color: rgb(184,15,157); }
td.TdClassName
{
border-color: #B80F9D;
}
.TagClassName
{
border-color: #B80F9D;
}
</style>