Shades of Medium Orchid #B538ED
Tints of Medium Orchid #B538ED
RGB
CMYK
RGB Variations
Color information
#B538ED (or 0xB538ED) is known color: Medium Orchid. HEX triplet: B5, 38 and ED. RGB value is (181,56,237). Sum of RGB (Red+Green+Blue) = 181+56+237=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #B538ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B538ED is #4AC712. Grayscale: #717171. Windows color (decimal): -4900627 or 15546549. OLE color: 15546549.
HSL color Cylindrical-coordinate representation of color #B538ED: hue angle of 281.44º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B538ED is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 56 | 237 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.07 |
| HSL | 281.44º | 0.83% | 0.57% | - |
| HSV(B) | 281.44º | 0.76% | 0.93% | - |
| XYZ | 35.76 | 18.77 | 81.86 | - |
| YUV | 114.01 | 197.41 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 237 | 0.24 | 0.76 | 0 | 0.07 | 281.44 | 0.83 | 0.57 |
| Hex | B5 | 38 | ED | 18 | 4C | 0 | 7 | 119 | 53 | 39 |
| Octal | 265 | 70 | 355 | 30 | 114 | 0 | 7 | 431 | 123 | 71 |
| Binary | 10110101 | 111000 | 11101101 | 11000 | 1001100 | 0 | 111 | 100011001 | 1010011 | 111001 |
Color Harmonies of #B538ED
Complementary color
Monochromatic Colors of #B538ED
Black with #B538ED
Text Example
Text Example
White with #B538ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B538ED; }
p { color: rgb(181,56,237); }
H1.HeaderClassName
{
color: #B538ED;
}
.AnyTagClassName
{
color: #B538ED;
}
</style>
background-color css
<style>
a { background-color: #B538ED; }
a { background-color: rgb(181,56,237); }
div.DivClassName
{
background-color: #B538ED;
}
.BgClassName
{
background-color: #B538ED;
}
</style>
border-color css
<style>
span { border-color: #B538ED; }
span { border-color: rgb(181,56,237); }
td.TdClassName
{
border-color: #B538ED;
}
.TagClassName
{
border-color: #B538ED;
}
</style>