Shades of Medium Red Violet #B72BA8
Tints of Medium Red Violet #B72BA8
RGB
CMYK
RGB Variations
Color information
#B72BA8 (or 0xB72BA8) is known color: Medium Red Violet. HEX triplet: B7, 2B and A8. RGB value is (183,43,168). Sum of RGB (Red+Green+Blue) = 183+43+168=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B72BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72BA8 is #48D457. Grayscale: #626262. Windows color (decimal): -4772952 or 11021239. OLE color: 11021239.
HSL color Cylindrical-coordinate representation of color #B72BA8: hue angle of 306.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72BA8 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 168 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.28 |
| HSL | 306.43º | 0.62% | 0.44% | - |
| HSV(B) | 306.43º | 0.77% | 0.72% | - |
| XYZ | 27.46 | 14.62 | 38.42 | - |
| YUV | 99.11 | 166.88 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 168 | 0 | 0.77 | 0.08 | 0.28 | 306.43 | 0.62 | 0.44 |
| Hex | B7 | 2B | A8 | 0 | 4D | 8 | 1C | 132 | 3E | 2C |
| Octal | 267 | 53 | 250 | 0 | 115 | 10 | 34 | 462 | 76 | 54 |
| Binary | 10110111 | 101011 | 10101000 | 0 | 1001101 | 1000 | 11100 | 100110010 | 111110 | 101100 |
Color Harmonies of #B72BA8
Complementary color
Monochromatic Colors of #B72BA8
Black with #B72BA8
Text Example
Text Example
White with #B72BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BA8; }
p { color: rgb(183,43,168); }
H1.HeaderClassName
{
color: #B72BA8;
}
.AnyTagClassName
{
color: #B72BA8;
}
</style>
background-color css
<style>
a { background-color: #B72BA8; }
a { background-color: rgb(183,43,168); }
div.DivClassName
{
background-color: #B72BA8;
}
.BgClassName
{
background-color: #B72BA8;
}
</style>
border-color css
<style>
span { border-color: #B72BA8; }
span { border-color: rgb(183,43,168); }
td.TdClassName
{
border-color: #B72BA8;
}
.TagClassName
{
border-color: #B72BA8;
}
</style>