Shades of Medium Red Violet #B8308E
Tints of Medium Red Violet #B8308E
RGB
CMYK
RGB Variations
Color information
#B8308E (or 0xB8308E) is known color: Medium Red Violet. HEX triplet: B8, 30 and 8E. RGB value is (184,48,142). Sum of RGB (Red+Green+Blue) = 184+48+142=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8308E is #47CF71. Grayscale: #636363. Windows color (decimal): -4706162 or 9318584. OLE color: 9318584.
HSL color Cylindrical-coordinate representation of color #B8308E: hue angle of 318.53º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8308E is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 142 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.28 |
| HSL | 318.53º | 0.59% | 0.45% | - |
| HSV(B) | 318.53º | 0.74% | 0.72% | - |
| XYZ | 25.71 | 14.26 | 26.99 | - |
| YUV | 99.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 142 | 0 | 0.74 | 0.23 | 0.28 | 318.53 | 0.59 | 0.45 |
| Hex | B8 | 30 | 8E | 0 | 4A | 17 | 1C | 13F | 3B | 2D |
| Octal | 270 | 60 | 216 | 0 | 112 | 27 | 34 | 477 | 73 | 55 |
| Binary | 10111000 | 110000 | 10001110 | 0 | 1001010 | 10111 | 11100 | 100111111 | 111011 | 101101 |
Color Harmonies of #B8308E
Complementary color
Monochromatic Colors of #B8308E
Black with #B8308E
Text Example
Text Example
White with #B8308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8308E; }
p { color: rgb(184,48,142); }
H1.HeaderClassName
{
color: #B8308E;
}
.AnyTagClassName
{
color: #B8308E;
}
</style>
background-color css
<style>
a { background-color: #B8308E; }
a { background-color: rgb(184,48,142); }
div.DivClassName
{
background-color: #B8308E;
}
.BgClassName
{
background-color: #B8308E;
}
</style>
border-color css
<style>
span { border-color: #B8308E; }
span { border-color: rgb(184,48,142); }
td.TdClassName
{
border-color: #B8308E;
}
.TagClassName
{
border-color: #B8308E;
}
</style>