Shades of Medium Red Violet #B7218B
Tints of Medium Red Violet #B7218B
RGB
CMYK
RGB Variations
Color information
#B7218B (or 0xB7218B) is known color: Medium Red Violet. HEX triplet: B7, 21 and 8B. RGB value is (183,33,139). Sum of RGB (Red+Green+Blue) = 183+33+139=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7218B is #48DE74. Grayscale: #595959. Windows color (decimal): -4775541 or 9118135. OLE color: 9118135.
HSL color Cylindrical-coordinate representation of color #B7218B: hue angle of 317.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7218B is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 139 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.28 |
| HSL | 317.6º | 0.69% | 0.42% | - |
| HSV(B) | 317.6º | 0.82% | 0.72% | - |
| XYZ | 24.73 | 13.02 | 25.64 | - |
| YUV | 89.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 139 | 0 | 0.82 | 0.24 | 0.28 | 317.6 | 0.69 | 0.42 |
| Hex | B7 | 21 | 8B | 0 | 52 | 18 | 1C | 13E | 45 | 2A |
| Octal | 267 | 41 | 213 | 0 | 122 | 30 | 34 | 476 | 105 | 52 |
| Binary | 10110111 | 100001 | 10001011 | 0 | 1010010 | 11000 | 11100 | 100111110 | 1000101 | 101010 |
Color Harmonies of #B7218B
Complementary color
Monochromatic Colors of #B7218B
Black with #B7218B
Text Example
Text Example
White with #B7218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7218B; }
p { color: rgb(183,33,139); }
H1.HeaderClassName
{
color: #B7218B;
}
.AnyTagClassName
{
color: #B7218B;
}
</style>
background-color css
<style>
a { background-color: #B7218B; }
a { background-color: rgb(183,33,139); }
div.DivClassName
{
background-color: #B7218B;
}
.BgClassName
{
background-color: #B7218B;
}
</style>
border-color css
<style>
span { border-color: #B7218B; }
span { border-color: rgb(183,33,139); }
td.TdClassName
{
border-color: #B7218B;
}
.TagClassName
{
border-color: #B7218B;
}
</style>