Shades of Medium Violet Red #B7219B
Tints of Medium Violet Red #B7219B
RGB
CMYK
RGB Variations
Color information
#B7219B (or 0xB7219B) is known color: Medium Violet Red. HEX triplet: B7, 21 and 9B. RGB value is (183,33,155). Sum of RGB (Red+Green+Blue) = 183+33+155=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7219B is #48DE64. Grayscale: #5B5B5B. Windows color (decimal): -4775525 or 10166711. OLE color: 10166711.
HSL color Cylindrical-coordinate representation of color #B7219B: hue angle of 311.2º 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 #B7219B is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 155 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.28 |
| HSL | 311.2º | 0.69% | 0.42% | - |
| HSV(B) | 311.2º | 0.82% | 0.72% | - |
| XYZ | 25.99 | 13.52 | 32.25 | - |
| YUV | 91.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 155 | 0 | 0.82 | 0.15 | 0.28 | 311.2 | 0.69 | 0.42 |
| Hex | B7 | 21 | 9B | 0 | 52 | F | 1C | 137 | 45 | 2A |
| Octal | 267 | 41 | 233 | 0 | 122 | 17 | 34 | 467 | 105 | 52 |
| Binary | 10110111 | 100001 | 10011011 | 0 | 1010010 | 1111 | 11100 | 100110111 | 1000101 | 101010 |
Color Harmonies of #B7219B
Complementary color
Monochromatic Colors of #B7219B
Black with #B7219B
Text Example
Text Example
White with #B7219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7219B; }
p { color: rgb(183,33,155); }
H1.HeaderClassName
{
color: #B7219B;
}
.AnyTagClassName
{
color: #B7219B;
}
</style>
background-color css
<style>
a { background-color: #B7219B; }
a { background-color: rgb(183,33,155); }
div.DivClassName
{
background-color: #B7219B;
}
.BgClassName
{
background-color: #B7219B;
}
</style>
border-color css
<style>
span { border-color: #B7219B; }
span { border-color: rgb(183,33,155); }
td.TdClassName
{
border-color: #B7219B;
}
.TagClassName
{
border-color: #B7219B;
}
</style>