Shades of Medium Orchid #B53EEB
Tints of Medium Orchid #B53EEB
RGB
CMYK
RGB Variations
Color information
#B53EEB (or 0xB53EEB) is known color: Medium Orchid. HEX triplet: B5, 3E and EB. RGB value is (181,62,235). Sum of RGB (Red+Green+Blue) = 181+62+235=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #B53EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53EEB is #4AC114. Grayscale: #747474. Windows color (decimal): -4899093 or 15417013. OLE color: 15417013.
HSL color Cylindrical-coordinate representation of color #B53EEB: hue angle of 281.27º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53EEB is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 62 | 235 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.08 |
| HSL | 281.27º | 0.81% | 0.58% | - |
| HSV(B) | 281.27º | 0.74% | 0.92% | - |
| XYZ | 35.77 | 19.27 | 80.43 | - |
| YUV | 117.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 235 | 0.23 | 0.74 | 0 | 0.08 | 281.27 | 0.81 | 0.58 |
| Hex | B5 | 3E | EB | 17 | 4A | 0 | 8 | 119 | 51 | 3A |
| Octal | 265 | 76 | 353 | 27 | 112 | 0 | 10 | 431 | 121 | 72 |
| Binary | 10110101 | 111110 | 11101011 | 10111 | 1001010 | 0 | 1000 | 100011001 | 1010001 | 111010 |
Color Harmonies of #B53EEB
Complementary color
Monochromatic Colors of #B53EEB
Black with #B53EEB
Text Example
Text Example
White with #B53EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53EEB; }
p { color: rgb(181,62,235); }
H1.HeaderClassName
{
color: #B53EEB;
}
.AnyTagClassName
{
color: #B53EEB;
}
</style>
background-color css
<style>
a { background-color: #B53EEB; }
a { background-color: rgb(181,62,235); }
div.DivClassName
{
background-color: #B53EEB;
}
.BgClassName
{
background-color: #B53EEB;
}
</style>
border-color css
<style>
span { border-color: #B53EEB; }
span { border-color: rgb(181,62,235); }
td.TdClassName
{
border-color: #B53EEB;
}
.TagClassName
{
border-color: #B53EEB;
}
</style>