Shades of Medium Red Violet #B72BA7
Tints of Medium Red Violet #B72BA7
RGB
CMYK
RGB Variations
Color information
#B72BA7 (or 0xB72BA7) is known color: Medium Red Violet. HEX triplet: B7, 2B and A7. RGB value is (183,43,167). Sum of RGB (Red+Green+Blue) = 183+43+167=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B72BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72BA7 is #48D458. Grayscale: #626262. Windows color (decimal): -4772953 or 10955703. OLE color: 10955703.
HSL color Cylindrical-coordinate representation of color #B72BA7: hue angle of 306.86º 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 #B72BA7 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 167 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.28 |
| HSL | 306.86º | 0.62% | 0.44% | - |
| HSV(B) | 306.86º | 0.77% | 0.72% | - |
| XYZ | 27.37 | 14.59 | 37.93 | - |
| YUV | 99 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 167 | 0 | 0.77 | 0.09 | 0.28 | 306.86 | 0.62 | 0.44 |
| Hex | B7 | 2B | A7 | 0 | 4D | 9 | 1C | 133 | 3E | 2C |
| Octal | 267 | 53 | 247 | 0 | 115 | 11 | 34 | 463 | 76 | 54 |
| Binary | 10110111 | 101011 | 10100111 | 0 | 1001101 | 1001 | 11100 | 100110011 | 111110 | 101100 |
Color Harmonies of #B72BA7
Complementary color
Monochromatic Colors of #B72BA7
Black with #B72BA7
Text Example
Text Example
White with #B72BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BA7; }
p { color: rgb(183,43,167); }
H1.HeaderClassName
{
color: #B72BA7;
}
.AnyTagClassName
{
color: #B72BA7;
}
</style>
background-color css
<style>
a { background-color: #B72BA7; }
a { background-color: rgb(183,43,167); }
div.DivClassName
{
background-color: #B72BA7;
}
.BgClassName
{
background-color: #B72BA7;
}
</style>
border-color css
<style>
span { border-color: #B72BA7; }
span { border-color: rgb(183,43,167); }
td.TdClassName
{
border-color: #B72BA7;
}
.TagClassName
{
border-color: #B72BA7;
}
</style>