Shades of Medium Orchid #B53BE1
Tints of Medium Orchid #B53BE1
RGB
CMYK
RGB Variations
Color information
#B53BE1 (or 0xB53BE1) is known color: Medium Orchid. HEX triplet: B5, 3B and E1. RGB value is (181,59,225). Sum of RGB (Red+Green+Blue) = 181+59+225=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #B53BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BE1 is #4AC41E. Grayscale: #717171. Windows color (decimal): -4899871 or 14760885. OLE color: 14760885.
HSL color Cylindrical-coordinate representation of color #B53BE1: hue angle of 284.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53BE1 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 59 | 225 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.12 |
| HSL | 284.1º | 0.73% | 0.56% | - |
| HSV(B) | 284.1º | 0.74% | 0.88% | - |
| XYZ | 34.21 | 18.39 | 72.98 | - |
| YUV | 114.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 225 | 0.20 | 0.74 | 0 | 0.12 | 284.1 | 0.73 | 0.56 |
| Hex | B5 | 3B | E1 | 14 | 4A | 0 | C | 11C | 49 | 38 |
| Octal | 265 | 73 | 341 | 24 | 112 | 0 | 14 | 434 | 111 | 70 |
| Binary | 10110101 | 111011 | 11100001 | 10100 | 1001010 | 0 | 1100 | 100011100 | 1001001 | 111000 |
Color Harmonies of #B53BE1
Complementary color
Monochromatic Colors of #B53BE1
Black with #B53BE1
Text Example
Text Example
White with #B53BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BE1; }
p { color: rgb(181,59,225); }
H1.HeaderClassName
{
color: #B53BE1;
}
.AnyTagClassName
{
color: #B53BE1;
}
</style>
background-color css
<style>
a { background-color: #B53BE1; }
a { background-color: rgb(181,59,225); }
div.DivClassName
{
background-color: #B53BE1;
}
.BgClassName
{
background-color: #B53BE1;
}
</style>
border-color css
<style>
span { border-color: #B53BE1; }
span { border-color: rgb(181,59,225); }
td.TdClassName
{
border-color: #B53BE1;
}
.TagClassName
{
border-color: #B53BE1;
}
</style>