Shades of Medium Orchid #B537E8
Tints of Medium Orchid #B537E8
RGB
CMYK
RGB Variations
Color information
#B537E8 (or 0xB537E8) is known color: Medium Orchid. HEX triplet: B5, 37 and E8. RGB value is (181,55,232). Sum of RGB (Red+Green+Blue) = 181+55+232=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #B537E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B537E8 is #4AC817. Grayscale: #707070. Windows color (decimal): -4900888 or 15218613. OLE color: 15218613.
HSL color Cylindrical-coordinate representation of color #B537E8: hue angle of 282.71º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B537E8 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 55 | 232 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.09 |
| HSL | 282.71º | 0.79% | 0.56% | - |
| HSV(B) | 282.71º | 0.76% | 0.91% | - |
| XYZ | 34.99 | 18.38 | 78.05 | - |
| YUV | 112.85 | 195.24 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 232 | 0.22 | 0.76 | 0 | 0.09 | 282.71 | 0.79 | 0.56 |
| Hex | B5 | 37 | E8 | 16 | 4C | 0 | 9 | 11B | 4F | 38 |
| Octal | 265 | 67 | 350 | 26 | 114 | 0 | 11 | 433 | 117 | 70 |
| Binary | 10110101 | 110111 | 11101000 | 10110 | 1001100 | 0 | 1001 | 100011011 | 1001111 | 111000 |
Color Harmonies of #B537E8
Complementary color
Monochromatic Colors of #B537E8
Black with #B537E8
Text Example
Text Example
White with #B537E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537E8; }
p { color: rgb(181,55,232); }
H1.HeaderClassName
{
color: #B537E8;
}
.AnyTagClassName
{
color: #B537E8;
}
</style>
background-color css
<style>
a { background-color: #B537E8; }
a { background-color: rgb(181,55,232); }
div.DivClassName
{
background-color: #B537E8;
}
.BgClassName
{
background-color: #B537E8;
}
</style>
border-color css
<style>
span { border-color: #B537E8; }
span { border-color: rgb(181,55,232); }
td.TdClassName
{
border-color: #B537E8;
}
.TagClassName
{
border-color: #B537E8;
}
</style>