Shades of Medium Orchid #B537CE
Tints of Medium Orchid #B537CE
RGB
CMYK
RGB Variations
Color information
#B537CE (or 0xB537CE) is known color: Medium Orchid. HEX triplet: B5, 37 and CE. RGB value is (181,55,206). Sum of RGB (Red+Green+Blue) = 181+55+206=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #B537CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537CE is #4AC831. Grayscale: #6D6D6D. Windows color (decimal): -4900914 or 13514677. OLE color: 13514677.
HSL color Cylindrical-coordinate representation of color #B537CE: hue angle of 290.07º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B537CE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 55 | 206 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.19 |
| HSL | 290.07º | 0.61% | 0.51% | - |
| HSV(B) | 290.07º | 0.73% | 0.81% | - |
| XYZ | 31.56 | 17.01 | 60.01 | - |
| YUV | 109.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 206 | 0.12 | 0.73 | 0 | 0.19 | 290.07 | 0.61 | 0.51 |
| Hex | B5 | 37 | CE | C | 49 | 0 | 13 | 122 | 3D | 33 |
| Octal | 265 | 67 | 316 | 14 | 111 | 0 | 23 | 442 | 75 | 63 |
| Binary | 10110101 | 110111 | 11001110 | 1100 | 1001001 | 0 | 10011 | 100100010 | 111101 | 110011 |
Color Harmonies of #B537CE
Complementary color
Monochromatic Colors of #B537CE
Black with #B537CE
Text Example
Text Example
White with #B537CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537CE; }
p { color: rgb(181,55,206); }
H1.HeaderClassName
{
color: #B537CE;
}
.AnyTagClassName
{
color: #B537CE;
}
</style>
background-color css
<style>
a { background-color: #B537CE; }
a { background-color: rgb(181,55,206); }
div.DivClassName
{
background-color: #B537CE;
}
.BgClassName
{
background-color: #B537CE;
}
</style>
border-color css
<style>
span { border-color: #B537CE; }
span { border-color: rgb(181,55,206); }
td.TdClassName
{
border-color: #B537CE;
}
.TagClassName
{
border-color: #B537CE;
}
</style>