Shades of Medium Red Violet #B727A8
Tints of Medium Red Violet #B727A8
RGB
CMYK
RGB Variations
Color information
#B727A8 (or 0xB727A8) is known color: Medium Red Violet. HEX triplet: B7, 27 and A8. RGB value is (183,39,168). Sum of RGB (Red+Green+Blue) = 183+39+168=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B727A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B727A8 is #48D857. Grayscale: #606060. Windows color (decimal): -4773976 or 11020215. OLE color: 11020215.
HSL color Cylindrical-coordinate representation of color #B727A8: hue angle of 306.25º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B727A8 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 168 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.28 |
| HSL | 306.25º | 0.65% | 0.44% | - |
| HSV(B) | 306.25º | 0.79% | 0.72% | - |
| XYZ | 27.32 | 14.35 | 38.37 | - |
| YUV | 96.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 168 | 0 | 0.79 | 0.08 | 0.28 | 306.25 | 0.65 | 0.44 |
| Hex | B7 | 27 | A8 | 0 | 4F | 8 | 1C | 132 | 41 | 2C |
| Octal | 267 | 47 | 250 | 0 | 117 | 10 | 34 | 462 | 101 | 54 |
| Binary | 10110111 | 100111 | 10101000 | 0 | 1001111 | 1000 | 11100 | 100110010 | 1000001 | 101100 |
Color Harmonies of #B727A8
Complementary color
Monochromatic Colors of #B727A8
Black with #B727A8
Text Example
Text Example
White with #B727A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B727A8; }
p { color: rgb(183,39,168); }
H1.HeaderClassName
{
color: #B727A8;
}
.AnyTagClassName
{
color: #B727A8;
}
</style>
background-color css
<style>
a { background-color: #B727A8; }
a { background-color: rgb(183,39,168); }
div.DivClassName
{
background-color: #B727A8;
}
.BgClassName
{
background-color: #B727A8;
}
</style>
border-color css
<style>
span { border-color: #B727A8; }
span { border-color: rgb(183,39,168); }
td.TdClassName
{
border-color: #B727A8;
}
.TagClassName
{
border-color: #B727A8;
}
</style>