Shades of Medium Orchid #B539E6
Tints of Medium Orchid #B539E6
RGB
CMYK
RGB Variations
Color information
#B539E6 (or 0xB539E6) is known color: Medium Orchid. HEX triplet: B5, 39 and E6. RGB value is (181,57,230). Sum of RGB (Red+Green+Blue) = 181+57+230=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #B539E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B539E6 is #4AC619. Grayscale: #717171. Windows color (decimal): -4900378 or 15088053. OLE color: 15088053.
HSL color Cylindrical-coordinate representation of color #B539E6: hue angle of 283.01º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B539E6 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 57 | 230 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.10 |
| HSL | 283.01º | 0.78% | 0.56% | - |
| HSV(B) | 283.01º | 0.75% | 0.9% | - |
| XYZ | 34.8 | 18.46 | 76.59 | - |
| YUV | 113.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 230 | 0.21 | 0.75 | 0 | 0.10 | 283.01 | 0.78 | 0.56 |
| Hex | B5 | 39 | E6 | 15 | 4B | 0 | A | 11B | 4E | 38 |
| Octal | 265 | 71 | 346 | 25 | 113 | 0 | 12 | 433 | 116 | 70 |
| Binary | 10110101 | 111001 | 11100110 | 10101 | 1001011 | 0 | 1010 | 100011011 | 1001110 | 111000 |
Color Harmonies of #B539E6
Complementary color
Monochromatic Colors of #B539E6
Black with #B539E6
Text Example
Text Example
White with #B539E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B539E6; }
p { color: rgb(181,57,230); }
H1.HeaderClassName
{
color: #B539E6;
}
.AnyTagClassName
{
color: #B539E6;
}
</style>
background-color css
<style>
a { background-color: #B539E6; }
a { background-color: rgb(181,57,230); }
div.DivClassName
{
background-color: #B539E6;
}
.BgClassName
{
background-color: #B539E6;
}
</style>
border-color css
<style>
span { border-color: #B539E6; }
span { border-color: rgb(181,57,230); }
td.TdClassName
{
border-color: #B539E6;
}
.TagClassName
{
border-color: #B539E6;
}
</style>