Shades of Medium Red Violet #B72BA2
Tints of Medium Red Violet #B72BA2
RGB
CMYK
RGB Variations
Color information
#B72BA2 (or 0xB72BA2) is known color: Medium Red Violet. HEX triplet: B7, 2B and A2. RGB value is (183,43,162). Sum of RGB (Red+Green+Blue) = 183+43+162=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B72BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72BA2 is #48D45D. Grayscale: #626262. Windows color (decimal): -4772958 or 10628023. OLE color: 10628023.
HSL color Cylindrical-coordinate representation of color #B72BA2: hue angle of 309º 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 #B72BA2 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 162 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.28 |
| HSL | 309º | 0.62% | 0.44% | - |
| HSV(B) | 309º | 0.77% | 0.72% | - |
| XYZ | 26.91 | 14.4 | 35.54 | - |
| YUV | 98.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 162 | 0 | 0.77 | 0.11 | 0.28 | 309 | 0.62 | 0.44 |
| Hex | B7 | 2B | A2 | 0 | 4D | B | 1C | 135 | 3E | 2C |
| Octal | 267 | 53 | 242 | 0 | 115 | 13 | 34 | 465 | 76 | 54 |
| Binary | 10110111 | 101011 | 10100010 | 0 | 1001101 | 1011 | 11100 | 100110101 | 111110 | 101100 |
Color Harmonies of #B72BA2
Complementary color
Monochromatic Colors of #B72BA2
Black with #B72BA2
Text Example
Text Example
White with #B72BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BA2; }
p { color: rgb(183,43,162); }
H1.HeaderClassName
{
color: #B72BA2;
}
.AnyTagClassName
{
color: #B72BA2;
}
</style>
background-color css
<style>
a { background-color: #B72BA2; }
a { background-color: rgb(183,43,162); }
div.DivClassName
{
background-color: #B72BA2;
}
.BgClassName
{
background-color: #B72BA2;
}
</style>
border-color css
<style>
span { border-color: #B72BA2; }
span { border-color: rgb(183,43,162); }
td.TdClassName
{
border-color: #B72BA2;
}
.TagClassName
{
border-color: #B72BA2;
}
</style>