Shades of Medium Orchid #B53FE9
Tints of Medium Orchid #B53FE9
RGB
CMYK
RGB Variations
Color information
#B53FE9 (or 0xB53FE9) is known color: Medium Orchid. HEX triplet: B5, 3F and E9. RGB value is (181,63,233). Sum of RGB (Red+Green+Blue) = 181+63+233=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #B53FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FE9 is #4AC016. Grayscale: #757575. Windows color (decimal): -4898839 or 15286197. OLE color: 15286197.
HSL color Cylindrical-coordinate representation of color #B53FE9: hue angle of 281.65º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53FE9 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 63 | 233 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.09 |
| HSL | 281.65º | 0.79% | 0.58% | - |
| HSV(B) | 281.65º | 0.73% | 0.91% | - |
| XYZ | 35.54 | 19.26 | 78.94 | - |
| YUV | 117.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 233 | 0.22 | 0.73 | 0 | 0.09 | 281.65 | 0.79 | 0.58 |
| Hex | B5 | 3F | E9 | 16 | 49 | 0 | 9 | 11A | 4F | 3A |
| Octal | 265 | 77 | 351 | 26 | 111 | 0 | 11 | 432 | 117 | 72 |
| Binary | 10110101 | 111111 | 11101001 | 10110 | 1001001 | 0 | 1001 | 100011010 | 1001111 | 111010 |
Color Harmonies of #B53FE9
Complementary color
Monochromatic Colors of #B53FE9
Black with #B53FE9
Text Example
Text Example
White with #B53FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FE9; }
p { color: rgb(181,63,233); }
H1.HeaderClassName
{
color: #B53FE9;
}
.AnyTagClassName
{
color: #B53FE9;
}
</style>
background-color css
<style>
a { background-color: #B53FE9; }
a { background-color: rgb(181,63,233); }
div.DivClassName
{
background-color: #B53FE9;
}
.BgClassName
{
background-color: #B53FE9;
}
</style>
border-color css
<style>
span { border-color: #B53FE9; }
span { border-color: rgb(181,63,233); }
td.TdClassName
{
border-color: #B53FE9;
}
.TagClassName
{
border-color: #B53FE9;
}
</style>