Shades of Medium Red Violet #B237A0
Tints of Medium Red Violet #B237A0
RGB
CMYK
RGB Variations
Color information
#B237A0 (or 0xB237A0) is known color: Medium Red Violet. HEX triplet: B2, 37 and A0. RGB value is (178,55,160). Sum of RGB (Red+Green+Blue) = 178+55+160=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B237A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B237A0 is #4DC85F. Grayscale: #676767. Windows color (decimal): -5097568 or 10500018. OLE color: 10500018.
HSL color Cylindrical-coordinate representation of color #B237A0: hue angle of 308.78º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B237A0 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 160 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.30 |
| HSL | 308.78º | 0.53% | 0.46% | - |
| HSV(B) | 308.78º | 0.69% | 0.7% | - |
| XYZ | 26.07 | 14.74 | 34.73 | - |
| YUV | 103.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 160 | 0 | 0.69 | 0.10 | 0.30 | 308.78 | 0.53 | 0.46 |
| Hex | B2 | 37 | A0 | 0 | 45 | A | 1E | 135 | 35 | 2E |
| Octal | 262 | 67 | 240 | 0 | 105 | 12 | 36 | 465 | 65 | 56 |
| Binary | 10110010 | 110111 | 10100000 | 0 | 1000101 | 1010 | 11110 | 100110101 | 110101 | 101110 |
Color Harmonies of #B237A0
Complementary color
Monochromatic Colors of #B237A0
Black with #B237A0
Text Example
Text Example
White with #B237A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B237A0; }
p { color: rgb(178,55,160); }
H1.HeaderClassName
{
color: #B237A0;
}
.AnyTagClassName
{
color: #B237A0;
}
</style>
background-color css
<style>
a { background-color: #B237A0; }
a { background-color: rgb(178,55,160); }
div.DivClassName
{
background-color: #B237A0;
}
.BgClassName
{
background-color: #B237A0;
}
</style>
border-color css
<style>
span { border-color: #B237A0; }
span { border-color: rgb(178,55,160); }
td.TdClassName
{
border-color: #B237A0;
}
.TagClassName
{
border-color: #B237A0;
}
</style>