Shades of Medium Orchid #B53EEF
Tints of Medium Orchid #B53EEF
RGB
CMYK
RGB Variations
Color information
#B53EEF (or 0xB53EEF) is known color: Medium Orchid. HEX triplet: B5, 3E and EF. RGB value is (181,62,239). Sum of RGB (Red+Green+Blue) = 181+62+239=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #B53EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53EEF is #4AC110. Grayscale: #757575. Windows color (decimal): -4899089 or 15679157. OLE color: 15679157.
HSL color Cylindrical-coordinate representation of color #B53EEF: hue angle of 280.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53EEF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 62 | 239 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.06 |
| HSL | 280.34º | 0.85% | 0.59% | - |
| HSV(B) | 280.34º | 0.74% | 0.94% | - |
| XYZ | 36.36 | 19.5 | 83.51 | - |
| YUV | 117.76 | 196.42 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 239 | 0.24 | 0.74 | 0 | 0.06 | 280.34 | 0.85 | 0.59 |
| Hex | B5 | 3E | EF | 18 | 4A | 0 | 6 | 118 | 55 | 3B |
| Octal | 265 | 76 | 357 | 30 | 112 | 0 | 6 | 430 | 125 | 73 |
| Binary | 10110101 | 111110 | 11101111 | 11000 | 1001010 | 0 | 110 | 100011000 | 1010101 | 111011 |
Color Harmonies of #B53EEF
Complementary color
Monochromatic Colors of #B53EEF
Black with #B53EEF
Text Example
Text Example
White with #B53EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53EEF; }
p { color: rgb(181,62,239); }
H1.HeaderClassName
{
color: #B53EEF;
}
.AnyTagClassName
{
color: #B53EEF;
}
</style>
background-color css
<style>
a { background-color: #B53EEF; }
a { background-color: rgb(181,62,239); }
div.DivClassName
{
background-color: #B53EEF;
}
.BgClassName
{
background-color: #B53EEF;
}
</style>
border-color css
<style>
span { border-color: #B53EEF; }
span { border-color: rgb(181,62,239); }
td.TdClassName
{
border-color: #B53EEF;
}
.TagClassName
{
border-color: #B53EEF;
}
</style>