Shades of Medium Violet Red #B80394
Tints of Medium Violet Red #B80394
RGB
CMYK
RGB Variations
Color information
#B80394 (or 0xB80394) is known color: Medium Violet Red. HEX triplet: B8, 03 and 94. RGB value is (184,3,148). Sum of RGB (Red+Green+Blue) = 184+3+148=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B80394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80394 is #47FC6B. Grayscale: #494949. Windows color (decimal): -4717676 or 9700280. OLE color: 9700280.
HSL color Cylindrical-coordinate representation of color #B80394: hue angle of 311.93º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80394 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 148 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.28 |
| HSL | 311.93º | 0.97% | 0.37% | - |
| HSV(B) | 311.93º | 0.98% | 0.72% | - |
| XYZ | 25.15 | 12.39 | 29.08 | - |
| YUV | 73.65 | 169.97 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 148 | 0 | 0.98 | 0.20 | 0.28 | 311.93 | 0.97 | 0.37 |
| Hex | B8 | 3 | 94 | 0 | 62 | 14 | 1C | 138 | 61 | 25 |
| Octal | 270 | 3 | 224 | 0 | 142 | 24 | 34 | 470 | 141 | 45 |
| Binary | 10111000 | 11 | 10010100 | 0 | 1100010 | 10100 | 11100 | 100111000 | 1100001 | 100101 |
Color Harmonies of #B80394
Complementary color
Monochromatic Colors of #B80394
Black with #B80394
Text Example
Text Example
White with #B80394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80394; }
p { color: rgb(184,3,148); }
H1.HeaderClassName
{
color: #B80394;
}
.AnyTagClassName
{
color: #B80394;
}
</style>
background-color css
<style>
a { background-color: #B80394; }
a { background-color: rgb(184,3,148); }
div.DivClassName
{
background-color: #B80394;
}
.BgClassName
{
background-color: #B80394;
}
</style>
border-color css
<style>
span { border-color: #B80394; }
span { border-color: rgb(184,3,148); }
td.TdClassName
{
border-color: #B80394;
}
.TagClassName
{
border-color: #B80394;
}
</style>