Shades of Medium Red Violet #B728A0
Tints of Medium Red Violet #B728A0
RGB
CMYK
RGB Variations
Color information
#B728A0 (or 0xB728A0) is known color: Medium Red Violet. HEX triplet: B7, 28 and A0. RGB value is (183,40,160). Sum of RGB (Red+Green+Blue) = 183+40+160=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B728A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B728A0 is #48D75F. Grayscale: #606060. Windows color (decimal): -4773728 or 10496183. OLE color: 10496183.
HSL color Cylindrical-coordinate representation of color #B728A0: hue angle of 309.65º 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 #B728A0 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 160 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.28 |
| HSL | 309.65º | 0.64% | 0.44% | - |
| HSV(B) | 309.65º | 0.78% | 0.72% | - |
| XYZ | 26.63 | 14.12 | 34.58 | - |
| YUV | 96.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 160 | 0 | 0.78 | 0.13 | 0.28 | 309.65 | 0.64 | 0.44 |
| Hex | B7 | 28 | A0 | 0 | 4E | D | 1C | 136 | 40 | 2C |
| Octal | 267 | 50 | 240 | 0 | 116 | 15 | 34 | 466 | 100 | 54 |
| Binary | 10110111 | 101000 | 10100000 | 0 | 1001110 | 1101 | 11100 | 100110110 | 1000000 | 101100 |
Color Harmonies of #B728A0
Complementary color
Monochromatic Colors of #B728A0
Black with #B728A0
Text Example
Text Example
White with #B728A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728A0; }
p { color: rgb(183,40,160); }
H1.HeaderClassName
{
color: #B728A0;
}
.AnyTagClassName
{
color: #B728A0;
}
</style>
background-color css
<style>
a { background-color: #B728A0; }
a { background-color: rgb(183,40,160); }
div.DivClassName
{
background-color: #B728A0;
}
.BgClassName
{
background-color: #B728A0;
}
</style>
border-color css
<style>
span { border-color: #B728A0; }
span { border-color: rgb(183,40,160); }
td.TdClassName
{
border-color: #B728A0;
}
.TagClassName
{
border-color: #B728A0;
}
</style>