Shades of Medium Red Violet #B739A0
Tints of Medium Red Violet #B739A0
RGB
CMYK
RGB Variations
Color information
#B739A0 (or 0xB739A0) is known color: Medium Red Violet. HEX triplet: B7, 39 and A0. RGB value is (183,57,160). Sum of RGB (Red+Green+Blue) = 183+57+160=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B739A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B739A0 is #48C65F. Grayscale: #6A6A6A. Windows color (decimal): -4769376 or 10500535. OLE color: 10500535.
HSL color Cylindrical-coordinate representation of color #B739A0: hue angle of 310.95º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B739A0 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 160 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.28 |
| HSL | 310.95º | 0.53% | 0.47% | - |
| HSV(B) | 310.95º | 0.69% | 0.72% | - |
| XYZ | 27.34 | 15.53 | 34.81 | - |
| YUV | 106.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 160 | 0 | 0.69 | 0.13 | 0.28 | 310.95 | 0.53 | 0.47 |
| Hex | B7 | 39 | A0 | 0 | 45 | D | 1C | 137 | 34 | 2F |
| Octal | 267 | 71 | 240 | 0 | 105 | 15 | 34 | 467 | 64 | 57 |
| Binary | 10110111 | 111001 | 10100000 | 0 | 1000101 | 1101 | 11100 | 100110111 | 110100 | 101111 |
Color Harmonies of #B739A0
Complementary color
Monochromatic Colors of #B739A0
Black with #B739A0
Text Example
Text Example
White with #B739A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739A0; }
p { color: rgb(183,57,160); }
H1.HeaderClassName
{
color: #B739A0;
}
.AnyTagClassName
{
color: #B739A0;
}
</style>
background-color css
<style>
a { background-color: #B739A0; }
a { background-color: rgb(183,57,160); }
div.DivClassName
{
background-color: #B739A0;
}
.BgClassName
{
background-color: #B739A0;
}
</style>
border-color css
<style>
span { border-color: #B739A0; }
span { border-color: rgb(183,57,160); }
td.TdClassName
{
border-color: #B739A0;
}
.TagClassName
{
border-color: #B739A0;
}
</style>