Shades of Medium Orchid #B537D9
Tints of Medium Orchid #B537D9
RGB
CMYK
RGB Variations
Color information
#B537D9 (or 0xB537D9) is known color: Medium Orchid. HEX triplet: B5, 37 and D9. RGB value is (181,55,217). Sum of RGB (Red+Green+Blue) = 181+55+217=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #B537D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537D9 is #4AC826. Grayscale: #6E6E6E. Windows color (decimal): -4900903 or 14235573. OLE color: 14235573.
HSL color Cylindrical-coordinate representation of color #B537D9: hue angle of 286.67º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B537D9 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 55 | 217 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.15 |
| HSL | 286.67º | 0.68% | 0.53% | - |
| HSV(B) | 286.67º | 0.75% | 0.85% | - |
| XYZ | 32.95 | 17.57 | 67.3 | - |
| YUV | 111.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 217 | 0.17 | 0.75 | 0 | 0.15 | 286.67 | 0.68 | 0.53 |
| Hex | B5 | 37 | D9 | 11 | 4B | 0 | F | 11F | 44 | 35 |
| Octal | 265 | 67 | 331 | 21 | 113 | 0 | 17 | 437 | 104 | 65 |
| Binary | 10110101 | 110111 | 11011001 | 10001 | 1001011 | 0 | 1111 | 100011111 | 1000100 | 110101 |
Color Harmonies of #B537D9
Complementary color
Monochromatic Colors of #B537D9
Black with #B537D9
Text Example
Text Example
White with #B537D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537D9; }
p { color: rgb(181,55,217); }
H1.HeaderClassName
{
color: #B537D9;
}
.AnyTagClassName
{
color: #B537D9;
}
</style>
background-color css
<style>
a { background-color: #B537D9; }
a { background-color: rgb(181,55,217); }
div.DivClassName
{
background-color: #B537D9;
}
.BgClassName
{
background-color: #B537D9;
}
</style>
border-color css
<style>
span { border-color: #B537D9; }
span { border-color: rgb(181,55,217); }
td.TdClassName
{
border-color: #B537D9;
}
.TagClassName
{
border-color: #B537D9;
}
</style>