Shades of Medium Orchid #B537D6
Tints of Medium Orchid #B537D6
RGB
CMYK
RGB Variations
Color information
#B537D6 (or 0xB537D6) is known color: Medium Orchid. HEX triplet: B5, 37 and D6. RGB value is (181,55,214). Sum of RGB (Red+Green+Blue) = 181+55+214=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #B537D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537D6 is #4AC829. Grayscale: #6E6E6E. Windows color (decimal): -4900906 or 14038965. OLE color: 14038965.
HSL color Cylindrical-coordinate representation of color #B537D6: hue angle of 287.55º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B537D6 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 55 | 214 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.16 |
| HSL | 287.55º | 0.66% | 0.53% | - |
| HSV(B) | 287.55º | 0.74% | 0.84% | - |
| XYZ | 32.56 | 17.41 | 65.26 | - |
| YUV | 110.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 214 | 0.15 | 0.74 | 0 | 0.16 | 287.55 | 0.66 | 0.53 |
| Hex | B5 | 37 | D6 | F | 4A | 0 | 10 | 120 | 42 | 35 |
| Octal | 265 | 67 | 326 | 17 | 112 | 0 | 20 | 440 | 102 | 65 |
| Binary | 10110101 | 110111 | 11010110 | 1111 | 1001010 | 0 | 10000 | 100100000 | 1000010 | 110101 |
Color Harmonies of #B537D6
Complementary color
Monochromatic Colors of #B537D6
Black with #B537D6
Text Example
Text Example
White with #B537D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537D6; }
p { color: rgb(181,55,214); }
H1.HeaderClassName
{
color: #B537D6;
}
.AnyTagClassName
{
color: #B537D6;
}
</style>
background-color css
<style>
a { background-color: #B537D6; }
a { background-color: rgb(181,55,214); }
div.DivClassName
{
background-color: #B537D6;
}
.BgClassName
{
background-color: #B537D6;
}
</style>
border-color css
<style>
span { border-color: #B537D6; }
span { border-color: rgb(181,55,214); }
td.TdClassName
{
border-color: #B537D6;
}
.TagClassName
{
border-color: #B537D6;
}
</style>