Shades of Medium Orchid #B53CE0
Tints of Medium Orchid #B53CE0
RGB
CMYK
RGB Variations
Color information
#B53CE0 (or 0xB53CE0) is known color: Medium Orchid. HEX triplet: B5, 3C and E0. RGB value is (181,60,224). Sum of RGB (Red+Green+Blue) = 181+60+224=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #B53CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CE0 is #4AC31F. Grayscale: #727272. Windows color (decimal): -4899616 or 14695605. OLE color: 14695605.
HSL color Cylindrical-coordinate representation of color #B53CE0: hue angle of 284.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53CE0 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 60 | 224 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.12 |
| HSL | 284.27º | 0.73% | 0.56% | - |
| HSV(B) | 284.27º | 0.73% | 0.88% | - |
| XYZ | 34.13 | 18.44 | 72.28 | - |
| YUV | 114.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 224 | 0.19 | 0.73 | 0 | 0.12 | 284.27 | 0.73 | 0.56 |
| Hex | B5 | 3C | E0 | 13 | 49 | 0 | C | 11C | 49 | 38 |
| Octal | 265 | 74 | 340 | 23 | 111 | 0 | 14 | 434 | 111 | 70 |
| Binary | 10110101 | 111100 | 11100000 | 10011 | 1001001 | 0 | 1100 | 100011100 | 1001001 | 111000 |
Color Harmonies of #B53CE0
Complementary color
Monochromatic Colors of #B53CE0
Black with #B53CE0
Text Example
Text Example
White with #B53CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CE0; }
p { color: rgb(181,60,224); }
H1.HeaderClassName
{
color: #B53CE0;
}
.AnyTagClassName
{
color: #B53CE0;
}
</style>
background-color css
<style>
a { background-color: #B53CE0; }
a { background-color: rgb(181,60,224); }
div.DivClassName
{
background-color: #B53CE0;
}
.BgClassName
{
background-color: #B53CE0;
}
</style>
border-color css
<style>
span { border-color: #B53CE0; }
span { border-color: rgb(181,60,224); }
td.TdClassName
{
border-color: #B53CE0;
}
.TagClassName
{
border-color: #B53CE0;
}
</style>