Shades of Medium Red Violet #B8308F
Tints of Medium Red Violet #B8308F
RGB
CMYK
RGB Variations
Color information
#B8308F (or 0xB8308F) is known color: Medium Red Violet. HEX triplet: B8, 30 and 8F. RGB value is (184,48,143). Sum of RGB (Red+Green+Blue) = 184+48+143=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8308F is #47CF70. Grayscale: #636363. Windows color (decimal): -4706161 or 9384120. OLE color: 9384120.
HSL color Cylindrical-coordinate representation of color #B8308F: hue angle of 318.09º 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 #B8308F is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 143 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.28 |
| HSL | 318.09º | 0.59% | 0.45% | - |
| HSV(B) | 318.09º | 0.74% | 0.72% | - |
| XYZ | 25.78 | 14.29 | 27.39 | - |
| YUV | 99.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 143 | 0 | 0.74 | 0.22 | 0.28 | 318.09 | 0.59 | 0.45 |
| Hex | B8 | 30 | 8F | 0 | 4A | 16 | 1C | 13E | 3B | 2D |
| Octal | 270 | 60 | 217 | 0 | 112 | 26 | 34 | 476 | 73 | 55 |
| Binary | 10111000 | 110000 | 10001111 | 0 | 1001010 | 10110 | 11100 | 100111110 | 111011 | 101101 |
Color Harmonies of #B8308F
Complementary color
Monochromatic Colors of #B8308F
Black with #B8308F
Text Example
Text Example
White with #B8308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8308F; }
p { color: rgb(184,48,143); }
H1.HeaderClassName
{
color: #B8308F;
}
.AnyTagClassName
{
color: #B8308F;
}
</style>
background-color css
<style>
a { background-color: #B8308F; }
a { background-color: rgb(184,48,143); }
div.DivClassName
{
background-color: #B8308F;
}
.BgClassName
{
background-color: #B8308F;
}
</style>
border-color css
<style>
span { border-color: #B8308F; }
span { border-color: rgb(184,48,143); }
td.TdClassName
{
border-color: #B8308F;
}
.TagClassName
{
border-color: #B8308F;
}
</style>