Shades of Medium Red Violet #B72BA4
Tints of Medium Red Violet #B72BA4
RGB
CMYK
RGB Variations
Color information
#B72BA4 (or 0xB72BA4) is known color: Medium Red Violet. HEX triplet: B7, 2B and A4. RGB value is (183,43,164). Sum of RGB (Red+Green+Blue) = 183+43+164=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B72BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72BA4 is #48D45B. Grayscale: #626262. Windows color (decimal): -4772956 or 10759095. OLE color: 10759095.
HSL color Cylindrical-coordinate representation of color #B72BA4: hue angle of 308.14º 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 #B72BA4 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 164 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.28 |
| HSL | 308.14º | 0.62% | 0.44% | - |
| HSV(B) | 308.14º | 0.77% | 0.72% | - |
| XYZ | 27.09 | 14.48 | 36.49 | - |
| YUV | 98.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 164 | 0 | 0.77 | 0.10 | 0.28 | 308.14 | 0.62 | 0.44 |
| Hex | B7 | 2B | A4 | 0 | 4D | A | 1C | 134 | 3E | 2C |
| Octal | 267 | 53 | 244 | 0 | 115 | 12 | 34 | 464 | 76 | 54 |
| Binary | 10110111 | 101011 | 10100100 | 0 | 1001101 | 1010 | 11100 | 100110100 | 111110 | 101100 |
Color Harmonies of #B72BA4
Complementary color
Monochromatic Colors of #B72BA4
Black with #B72BA4
Text Example
Text Example
White with #B72BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BA4; }
p { color: rgb(183,43,164); }
H1.HeaderClassName
{
color: #B72BA4;
}
.AnyTagClassName
{
color: #B72BA4;
}
</style>
background-color css
<style>
a { background-color: #B72BA4; }
a { background-color: rgb(183,43,164); }
div.DivClassName
{
background-color: #B72BA4;
}
.BgClassName
{
background-color: #B72BA4;
}
</style>
border-color css
<style>
span { border-color: #B72BA4; }
span { border-color: rgb(183,43,164); }
td.TdClassName
{
border-color: #B72BA4;
}
.TagClassName
{
border-color: #B72BA4;
}
</style>