Shades of Medium Red Violet #B725A1
Tints of Medium Red Violet #B725A1
RGB
CMYK
RGB Variations
Color information
#B725A1 (or 0xB725A1) is known color: Medium Red Violet. HEX triplet: B7, 25 and A1. RGB value is (183,37,161). Sum of RGB (Red+Green+Blue) = 183+37+161=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B725A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B725A1 is #48DA5E. Grayscale: #5E5E5E. Windows color (decimal): -4774495 or 10560951. OLE color: 10560951.
HSL color Cylindrical-coordinate representation of color #B725A1: hue angle of 309.04º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B725A1 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 161 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.28 |
| HSL | 309.04º | 0.66% | 0.43% | - |
| HSV(B) | 309.04º | 0.8% | 0.72% | - |
| XYZ | 26.62 | 13.96 | 35.01 | - |
| YUV | 94.79 | 165.37 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 161 | 0 | 0.80 | 0.12 | 0.28 | 309.04 | 0.66 | 0.43 |
| Hex | B7 | 25 | A1 | 0 | 50 | C | 1C | 135 | 42 | 2B |
| Octal | 267 | 45 | 241 | 0 | 120 | 14 | 34 | 465 | 102 | 53 |
| Binary | 10110111 | 100101 | 10100001 | 0 | 1010000 | 1100 | 11100 | 100110101 | 1000010 | 101011 |
Color Harmonies of #B725A1
Complementary color
Monochromatic Colors of #B725A1
Black with #B725A1
Text Example
Text Example
White with #B725A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B725A1; }
p { color: rgb(183,37,161); }
H1.HeaderClassName
{
color: #B725A1;
}
.AnyTagClassName
{
color: #B725A1;
}
</style>
background-color css
<style>
a { background-color: #B725A1; }
a { background-color: rgb(183,37,161); }
div.DivClassName
{
background-color: #B725A1;
}
.BgClassName
{
background-color: #B725A1;
}
</style>
border-color css
<style>
span { border-color: #B725A1; }
span { border-color: rgb(183,37,161); }
td.TdClassName
{
border-color: #B725A1;
}
.TagClassName
{
border-color: #B725A1;
}
</style>