Shades of Medium Red Violet #B732A8
Tints of Medium Red Violet #B732A8
RGB
CMYK
RGB Variations
Color information
#B732A8 (or 0xB732A8) is known color: Medium Red Violet. HEX triplet: B7, 32 and A8. RGB value is (183,50,168). Sum of RGB (Red+Green+Blue) = 183+50+168=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B732A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B732A8 is #48CD57. Grayscale: #666666. Windows color (decimal): -4771160 or 11023031. OLE color: 11023031.
HSL color Cylindrical-coordinate representation of color #B732A8: hue angle of 306.77º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B732A8 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 168 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.28 |
| HSL | 306.77º | 0.57% | 0.46% | - |
| HSV(B) | 306.77º | 0.73% | 0.72% | - |
| XYZ | 27.74 | 15.18 | 38.51 | - |
| YUV | 103.22 | 164.56 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 168 | 0 | 0.73 | 0.08 | 0.28 | 306.77 | 0.57 | 0.46 |
| Hex | B7 | 32 | A8 | 0 | 49 | 8 | 1C | 133 | 39 | 2E |
| Octal | 267 | 62 | 250 | 0 | 111 | 10 | 34 | 463 | 71 | 56 |
| Binary | 10110111 | 110010 | 10101000 | 0 | 1001001 | 1000 | 11100 | 100110011 | 111001 | 101110 |
Color Harmonies of #B732A8
Complementary color
Monochromatic Colors of #B732A8
Black with #B732A8
Text Example
Text Example
White with #B732A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732A8; }
p { color: rgb(183,50,168); }
H1.HeaderClassName
{
color: #B732A8;
}
.AnyTagClassName
{
color: #B732A8;
}
</style>
background-color css
<style>
a { background-color: #B732A8; }
a { background-color: rgb(183,50,168); }
div.DivClassName
{
background-color: #B732A8;
}
.BgClassName
{
background-color: #B732A8;
}
</style>
border-color css
<style>
span { border-color: #B732A8; }
span { border-color: rgb(183,50,168); }
td.TdClassName
{
border-color: #B732A8;
}
.TagClassName
{
border-color: #B732A8;
}
</style>