Shades of Medium Red Violet #B72C9C
Tints of Medium Red Violet #B72C9C
RGB
CMYK
RGB Variations
Color information
#B72C9C (or 0xB72C9C) is known color: Medium Red Violet. HEX triplet: B7, 2C and 9C. RGB value is (183,44,156). Sum of RGB (Red+Green+Blue) = 183+44+156=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72C9C is #48D363. Grayscale: #626262. Windows color (decimal): -4772708 or 10235063. OLE color: 10235063.
HSL color Cylindrical-coordinate representation of color #B72C9C: hue angle of 311.65º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C9C is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 156 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.28 |
| HSL | 311.65º | 0.61% | 0.45% | - |
| HSV(B) | 311.65º | 0.76% | 0.72% | - |
| XYZ | 26.43 | 14.27 | 32.81 | - |
| YUV | 98.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 156 | 0 | 0.76 | 0.15 | 0.28 | 311.65 | 0.61 | 0.45 |
| Hex | B7 | 2C | 9C | 0 | 4C | F | 1C | 138 | 3D | 2D |
| Octal | 267 | 54 | 234 | 0 | 114 | 17 | 34 | 470 | 75 | 55 |
| Binary | 10110111 | 101100 | 10011100 | 0 | 1001100 | 1111 | 11100 | 100111000 | 111101 | 101101 |
Color Harmonies of #B72C9C
Complementary color
Monochromatic Colors of #B72C9C
Black with #B72C9C
Text Example
Text Example
White with #B72C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C9C; }
p { color: rgb(183,44,156); }
H1.HeaderClassName
{
color: #B72C9C;
}
.AnyTagClassName
{
color: #B72C9C;
}
</style>
background-color css
<style>
a { background-color: #B72C9C; }
a { background-color: rgb(183,44,156); }
div.DivClassName
{
background-color: #B72C9C;
}
.BgClassName
{
background-color: #B72C9C;
}
</style>
border-color css
<style>
span { border-color: #B72C9C; }
span { border-color: rgb(183,44,156); }
td.TdClassName
{
border-color: #B72C9C;
}
.TagClassName
{
border-color: #B72C9C;
}
</style>