Shades of Medium Red Violet #B8217B
Tints of Medium Red Violet #B8217B
RGB
CMYK
RGB Variations
Color information
#B8217B (or 0xB8217B) is known color: Medium Red Violet. HEX triplet: B8, 21 and 7B. RGB value is (184,33,123). Sum of RGB (Red+Green+Blue) = 184+33+123=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B8217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8217B is #47DE84. Grayscale: #585858. Windows color (decimal): -4710021 or 8069560. OLE color: 8069560.
HSL color Cylindrical-coordinate representation of color #B8217B: hue angle of 324.24º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8217B is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 123 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.28 |
| HSL | 324.24º | 0.7% | 0.43% | - |
| HSV(B) | 324.24º | 0.82% | 0.72% | - |
| XYZ | 23.89 | 12.71 | 19.93 | - |
| YUV | 88.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 123 | 0 | 0.82 | 0.33 | 0.28 | 324.24 | 0.7 | 0.43 |
| Hex | B8 | 21 | 7B | 0 | 52 | 21 | 1C | 144 | 46 | 2B |
| Octal | 270 | 41 | 173 | 0 | 122 | 41 | 34 | 504 | 106 | 53 |
| Binary | 10111000 | 100001 | 1111011 | 0 | 1010010 | 100001 | 11100 | 101000100 | 1000110 | 101011 |
Color Harmonies of #B8217B
Complementary color
Monochromatic Colors of #B8217B
Black with #B8217B
Text Example
Text Example
White with #B8217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8217B; }
p { color: rgb(184,33,123); }
H1.HeaderClassName
{
color: #B8217B;
}
.AnyTagClassName
{
color: #B8217B;
}
</style>
background-color css
<style>
a { background-color: #B8217B; }
a { background-color: rgb(184,33,123); }
div.DivClassName
{
background-color: #B8217B;
}
.BgClassName
{
background-color: #B8217B;
}
</style>
border-color css
<style>
span { border-color: #B8217B; }
span { border-color: rgb(184,33,123); }
td.TdClassName
{
border-color: #B8217B;
}
.TagClassName
{
border-color: #B8217B;
}
</style>