Shades of Medium Red Violet #B8308D
Tints of Medium Red Violet #B8308D
RGB
CMYK
RGB Variations
Color information
#B8308D (or 0xB8308D) is known color: Medium Red Violet. HEX triplet: B8, 30 and 8D. RGB value is (184,48,141). Sum of RGB (Red+Green+Blue) = 184+48+141=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8308D is #47CF72. Grayscale: #636363. Windows color (decimal): -4706163 or 9253048. OLE color: 9253048.
HSL color Cylindrical-coordinate representation of color #B8308D: hue angle of 318.97º 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 #B8308D is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 141 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.28 |
| HSL | 318.97º | 0.59% | 0.45% | - |
| HSV(B) | 318.97º | 0.74% | 0.72% | - |
| XYZ | 25.63 | 14.23 | 26.59 | - |
| YUV | 99.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 141 | 0 | 0.74 | 0.23 | 0.28 | 318.97 | 0.59 | 0.45 |
| Hex | B8 | 30 | 8D | 0 | 4A | 17 | 1C | 13F | 3B | 2D |
| Octal | 270 | 60 | 215 | 0 | 112 | 27 | 34 | 477 | 73 | 55 |
| Binary | 10111000 | 110000 | 10001101 | 0 | 1001010 | 10111 | 11100 | 100111111 | 111011 | 101101 |
Color Harmonies of #B8308D
Complementary color
Monochromatic Colors of #B8308D
Black with #B8308D
Text Example
Text Example
White with #B8308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8308D; }
p { color: rgb(184,48,141); }
H1.HeaderClassName
{
color: #B8308D;
}
.AnyTagClassName
{
color: #B8308D;
}
</style>
background-color css
<style>
a { background-color: #B8308D; }
a { background-color: rgb(184,48,141); }
div.DivClassName
{
background-color: #B8308D;
}
.BgClassName
{
background-color: #B8308D;
}
</style>
border-color css
<style>
span { border-color: #B8308D; }
span { border-color: rgb(184,48,141); }
td.TdClassName
{
border-color: #B8308D;
}
.TagClassName
{
border-color: #B8308D;
}
</style>