Shades of Medium Violet Red #B80093
Tints of Medium Violet Red #B80093
RGB
CMYK
RGB Variations
Color information
#B80093 (or 0xB80093) is known color: Medium Violet Red. HEX triplet: B8, 00 and 93. RGB value is (184,0,147). Sum of RGB (Red+Green+Blue) = 184+0+147=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B80093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80093 is #47FF6C. Grayscale: #474747. Windows color (decimal): -4718445 or 9633976. OLE color: 9633976.
HSL color Cylindrical-coordinate representation of color #B80093: hue angle of 312.07º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80093 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.20 | 0.28 |
| HSL | 312.07º | 1% | 0.36% | - |
| HSV(B) | 312.07º | 1% | 0.72% | - |
| XYZ | 25.03 | 12.3 | 28.66 | - |
| YUV | 71.77 | 170.46 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 147 | 0 | 1 | 0.20 | 0.28 | 312.07 | 1 | 0.36 |
| Hex | B8 | 0 | 93 | 0 | 64 | 14 | 1C | 138 | 64 | 24 |
| Octal | 270 | 0 | 223 | 0 | 144 | 24 | 34 | 470 | 144 | 44 |
| Binary | 10111000 | 0 | 10010011 | 0 | 1100100 | 10100 | 11100 | 100111000 | 1100100 | 100100 |
Color Harmonies of #B80093
Complementary color
Monochromatic Colors of #B80093
Black with #B80093
Text Example
Text Example
White with #B80093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80093; }
p { color: rgb(184,0,147); }
H1.HeaderClassName
{
color: #B80093;
}
.AnyTagClassName
{
color: #B80093;
}
</style>
background-color css
<style>
a { background-color: #B80093; }
a { background-color: rgb(184,0,147); }
div.DivClassName
{
background-color: #B80093;
}
.BgClassName
{
background-color: #B80093;
}
</style>
border-color css
<style>
span { border-color: #B80093; }
span { border-color: rgb(184,0,147); }
td.TdClassName
{
border-color: #B80093;
}
.TagClassName
{
border-color: #B80093;
}
</style>