Shades of Medium Orchid #B53FEC
Tints of Medium Orchid #B53FEC
RGB
CMYK
RGB Variations
Color information
#B53FEC (or 0xB53FEC) is known color: Medium Orchid. HEX triplet: B5, 3F and EC. RGB value is (181,63,236). Sum of RGB (Red+Green+Blue) = 181+63+236=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #B53FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FEC is #4AC013. Grayscale: #757575. Windows color (decimal): -4898836 or 15482805. OLE color: 15482805.
HSL color Cylindrical-coordinate representation of color #B53FEC: hue angle of 280.92º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53FEC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 63 | 236 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.07 |
| HSL | 280.92º | 0.82% | 0.59% | - |
| HSV(B) | 280.92º | 0.73% | 0.93% | - |
| XYZ | 35.97 | 19.43 | 81.21 | - |
| YUV | 118 | 194.59 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 236 | 0.23 | 0.73 | 0 | 0.07 | 280.92 | 0.82 | 0.59 |
| Hex | B5 | 3F | EC | 17 | 49 | 0 | 7 | 119 | 52 | 3B |
| Octal | 265 | 77 | 354 | 27 | 111 | 0 | 7 | 431 | 122 | 73 |
| Binary | 10110101 | 111111 | 11101100 | 10111 | 1001001 | 0 | 111 | 100011001 | 1010010 | 111011 |
Color Harmonies of #B53FEC
Complementary color
Monochromatic Colors of #B53FEC
Black with #B53FEC
Text Example
Text Example
White with #B53FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FEC; }
p { color: rgb(181,63,236); }
H1.HeaderClassName
{
color: #B53FEC;
}
.AnyTagClassName
{
color: #B53FEC;
}
</style>
background-color css
<style>
a { background-color: #B53FEC; }
a { background-color: rgb(181,63,236); }
div.DivClassName
{
background-color: #B53FEC;
}
.BgClassName
{
background-color: #B53FEC;
}
</style>
border-color css
<style>
span { border-color: #B53FEC; }
span { border-color: rgb(181,63,236); }
td.TdClassName
{
border-color: #B53FEC;
}
.TagClassName
{
border-color: #B53FEC;
}
</style>