Shades of Medium Red Violet #B728A1
Tints of Medium Red Violet #B728A1
RGB
CMYK
RGB Variations
Color information
#B728A1 (or 0xB728A1) is known color: Medium Red Violet. HEX triplet: B7, 28 and A1. RGB value is (183,40,161). Sum of RGB (Red+Green+Blue) = 183+40+161=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B728A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B728A1 is #48D75E. Grayscale: #606060. Windows color (decimal): -4773727 or 10561719. OLE color: 10561719.
HSL color Cylindrical-coordinate representation of color #B728A1: hue angle of 309.23º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B728A1 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 161 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.28 |
| HSL | 309.23º | 0.64% | 0.44% | - |
| HSV(B) | 309.23º | 0.78% | 0.72% | - |
| XYZ | 26.72 | 14.16 | 35.04 | - |
| YUV | 96.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 161 | 0 | 0.78 | 0.12 | 0.28 | 309.23 | 0.64 | 0.44 |
| Hex | B7 | 28 | A1 | 0 | 4E | C | 1C | 135 | 40 | 2C |
| Octal | 267 | 50 | 241 | 0 | 116 | 14 | 34 | 465 | 100 | 54 |
| Binary | 10110111 | 101000 | 10100001 | 0 | 1001110 | 1100 | 11100 | 100110101 | 1000000 | 101100 |
Color Harmonies of #B728A1
Complementary color
Monochromatic Colors of #B728A1
Black with #B728A1
Text Example
Text Example
White with #B728A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728A1; }
p { color: rgb(183,40,161); }
H1.HeaderClassName
{
color: #B728A1;
}
.AnyTagClassName
{
color: #B728A1;
}
</style>
background-color css
<style>
a { background-color: #B728A1; }
a { background-color: rgb(183,40,161); }
div.DivClassName
{
background-color: #B728A1;
}
.BgClassName
{
background-color: #B728A1;
}
</style>
border-color css
<style>
span { border-color: #B728A1; }
span { border-color: rgb(183,40,161); }
td.TdClassName
{
border-color: #B728A1;
}
.TagClassName
{
border-color: #B728A1;
}
</style>