Shades of Medium Red Violet #B8306F
Tints of Medium Red Violet #B8306F
RGB
CMYK
RGB Variations
Color information
#B8306F (or 0xB8306F) is known color: Medium Red Violet. HEX triplet: B8, 30 and 6F. RGB value is (184,48,111). Sum of RGB (Red+Green+Blue) = 184+48+111=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8306F is #47CF90. Grayscale: #5F5F5F. Windows color (decimal): -4706193 or 7286968. OLE color: 7286968.
HSL color Cylindrical-coordinate representation of color #B8306F: hue angle of 332.21º 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 #B8306F is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 111 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.28 |
| HSL | 332.21º | 0.59% | 0.45% | - |
| HSV(B) | 332.21º | 0.74% | 0.72% | - |
| XYZ | 23.69 | 13.45 | 16.39 | - |
| YUV | 95.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 111 | 0 | 0.74 | 0.40 | 0.28 | 332.21 | 0.59 | 0.45 |
| Hex | B8 | 30 | 6F | 0 | 4A | 28 | 1C | 14C | 3B | 2D |
| Octal | 270 | 60 | 157 | 0 | 112 | 50 | 34 | 514 | 73 | 55 |
| Binary | 10111000 | 110000 | 1101111 | 0 | 1001010 | 101000 | 11100 | 101001100 | 111011 | 101101 |
Color Harmonies of #B8306F
Complementary color
Monochromatic Colors of #B8306F
Black with #B8306F
Text Example
Text Example
White with #B8306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8306F; }
p { color: rgb(184,48,111); }
H1.HeaderClassName
{
color: #B8306F;
}
.AnyTagClassName
{
color: #B8306F;
}
</style>
background-color css
<style>
a { background-color: #B8306F; }
a { background-color: rgb(184,48,111); }
div.DivClassName
{
background-color: #B8306F;
}
.BgClassName
{
background-color: #B8306F;
}
</style>
border-color css
<style>
span { border-color: #B8306F; }
span { border-color: rgb(184,48,111); }
td.TdClassName
{
border-color: #B8306F;
}
.TagClassName
{
border-color: #B8306F;
}
</style>