Shades of Medium Orchid #B539E0
Tints of Medium Orchid #B539E0
RGB
CMYK
RGB Variations
Color information
#B539E0 (or 0xB539E0) is known color: Medium Orchid. HEX triplet: B5, 39 and E0. RGB value is (181,57,224). Sum of RGB (Red+Green+Blue) = 181+57+224=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #B539E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539E0 is #4AC61F. Grayscale: #707070. Windows color (decimal): -4900384 or 14694837. OLE color: 14694837.
HSL color Cylindrical-coordinate representation of color #B539E0: hue angle of 284.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B539E0 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 57 | 224 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.12 |
| HSL | 284.55º | 0.73% | 0.55% | - |
| HSV(B) | 284.55º | 0.75% | 0.88% | - |
| XYZ | 33.97 | 18.13 | 72.23 | - |
| YUV | 113.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 224 | 0.19 | 0.75 | 0 | 0.12 | 284.55 | 0.73 | 0.55 |
| Hex | B5 | 39 | E0 | 13 | 4B | 0 | C | 11D | 49 | 37 |
| Octal | 265 | 71 | 340 | 23 | 113 | 0 | 14 | 435 | 111 | 67 |
| Binary | 10110101 | 111001 | 11100000 | 10011 | 1001011 | 0 | 1100 | 100011101 | 1001001 | 110111 |
Color Harmonies of #B539E0
Complementary color
Monochromatic Colors of #B539E0
Black with #B539E0
Text Example
Text Example
White with #B539E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B539E0; }
p { color: rgb(181,57,224); }
H1.HeaderClassName
{
color: #B539E0;
}
.AnyTagClassName
{
color: #B539E0;
}
</style>
background-color css
<style>
a { background-color: #B539E0; }
a { background-color: rgb(181,57,224); }
div.DivClassName
{
background-color: #B539E0;
}
.BgClassName
{
background-color: #B539E0;
}
</style>
border-color css
<style>
span { border-color: #B539E0; }
span { border-color: rgb(181,57,224); }
td.TdClassName
{
border-color: #B539E0;
}
.TagClassName
{
border-color: #B539E0;
}
</style>