Shades of Medium Red Violet #B8367F
Tints of Medium Red Violet #B8367F
RGB
CMYK
RGB Variations
Color information
#B8367F (or 0xB8367F) is known color: Medium Red Violet. HEX triplet: B8, 36 and 7F. RGB value is (184,54,127). Sum of RGB (Red+Green+Blue) = 184+54+127=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8367F is #47C980. Grayscale: #656565. Windows color (decimal): -4704641 or 8337080. OLE color: 8337080.
HSL color Cylindrical-coordinate representation of color #B8367F: hue angle of 326.31º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8367F is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 127 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.28 |
| HSL | 326.31º | 0.55% | 0.47% | - |
| HSV(B) | 326.31º | 0.71% | 0.72% | - |
| XYZ | 24.92 | 14.36 | 21.54 | - |
| YUV | 101.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 127 | 0 | 0.71 | 0.31 | 0.28 | 326.31 | 0.55 | 0.47 |
| Hex | B8 | 36 | 7F | 0 | 47 | 1F | 1C | 146 | 37 | 2F |
| Octal | 270 | 66 | 177 | 0 | 107 | 37 | 34 | 506 | 67 | 57 |
| Binary | 10111000 | 110110 | 1111111 | 0 | 1000111 | 11111 | 11100 | 101000110 | 110111 | 101111 |
Color Harmonies of #B8367F
Complementary color
Monochromatic Colors of #B8367F
Black with #B8367F
Text Example
Text Example
White with #B8367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8367F; }
p { color: rgb(184,54,127); }
H1.HeaderClassName
{
color: #B8367F;
}
.AnyTagClassName
{
color: #B8367F;
}
</style>
background-color css
<style>
a { background-color: #B8367F; }
a { background-color: rgb(184,54,127); }
div.DivClassName
{
background-color: #B8367F;
}
.BgClassName
{
background-color: #B8367F;
}
</style>
border-color css
<style>
span { border-color: #B8367F; }
span { border-color: rgb(184,54,127); }
td.TdClassName
{
border-color: #B8367F;
}
.TagClassName
{
border-color: #B8367F;
}
</style>