Shades of Medium Orchid #B53CE6
Tints of Medium Orchid #B53CE6
RGB
CMYK
RGB Variations
Color information
#B53CE6 (or 0xB53CE6) is known color: Medium Orchid. HEX triplet: B5, 3C and E6. RGB value is (181,60,230). Sum of RGB (Red+Green+Blue) = 181+60+230=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #B53CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53CE6 is #4AC319. Grayscale: #727272. Windows color (decimal): -4899610 or 15088821. OLE color: 15088821.
HSL color Cylindrical-coordinate representation of color #B53CE6: hue angle of 282.71º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53CE6 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 60 | 230 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.10 |
| HSL | 282.71º | 0.77% | 0.57% | - |
| HSV(B) | 282.71º | 0.74% | 0.9% | - |
| XYZ | 34.95 | 18.77 | 76.64 | - |
| YUV | 115.56 | 192.59 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 230 | 0.21 | 0.74 | 0 | 0.10 | 282.71 | 0.77 | 0.57 |
| Hex | B5 | 3C | E6 | 15 | 4A | 0 | A | 11B | 4D | 39 |
| Octal | 265 | 74 | 346 | 25 | 112 | 0 | 12 | 433 | 115 | 71 |
| Binary | 10110101 | 111100 | 11100110 | 10101 | 1001010 | 0 | 1010 | 100011011 | 1001101 | 111001 |
Color Harmonies of #B53CE6
Complementary color
Monochromatic Colors of #B53CE6
Black with #B53CE6
Text Example
Text Example
White with #B53CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CE6; }
p { color: rgb(181,60,230); }
H1.HeaderClassName
{
color: #B53CE6;
}
.AnyTagClassName
{
color: #B53CE6;
}
</style>
background-color css
<style>
a { background-color: #B53CE6; }
a { background-color: rgb(181,60,230); }
div.DivClassName
{
background-color: #B53CE6;
}
.BgClassName
{
background-color: #B53CE6;
}
</style>
border-color css
<style>
span { border-color: #B53CE6; }
span { border-color: rgb(181,60,230); }
td.TdClassName
{
border-color: #B53CE6;
}
.TagClassName
{
border-color: #B53CE6;
}
</style>