Shades of Medium Orchid #B53FEE
Tints of Medium Orchid #B53FEE
RGB
CMYK
RGB Variations
Color information
#B53FEE (or 0xB53FEE) is known color: Medium Orchid. HEX triplet: B5, 3F and EE. RGB value is (181,63,238). Sum of RGB (Red+Green+Blue) = 181+63+238=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #B53FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FEE is #4AC011. Grayscale: #757575. Windows color (decimal): -4898834 or 15613877. OLE color: 15613877.
HSL color Cylindrical-coordinate representation of color #B53FEE: hue angle of 280.46º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53FEE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 63 | 238 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.07 |
| HSL | 280.46º | 0.84% | 0.59% | - |
| HSV(B) | 280.46º | 0.74% | 0.93% | - |
| XYZ | 36.27 | 19.55 | 82.75 | - |
| YUV | 118.23 | 195.59 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 238 | 0.24 | 0.74 | 0 | 0.07 | 280.46 | 0.84 | 0.59 |
| Hex | B5 | 3F | EE | 18 | 4A | 0 | 7 | 118 | 54 | 3B |
| Octal | 265 | 77 | 356 | 30 | 112 | 0 | 7 | 430 | 124 | 73 |
| Binary | 10110101 | 111111 | 11101110 | 11000 | 1001010 | 0 | 111 | 100011000 | 1010100 | 111011 |
Color Harmonies of #B53FEE
Complementary color
Monochromatic Colors of #B53FEE
Black with #B53FEE
Text Example
Text Example
White with #B53FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FEE; }
p { color: rgb(181,63,238); }
H1.HeaderClassName
{
color: #B53FEE;
}
.AnyTagClassName
{
color: #B53FEE;
}
</style>
background-color css
<style>
a { background-color: #B53FEE; }
a { background-color: rgb(181,63,238); }
div.DivClassName
{
background-color: #B53FEE;
}
.BgClassName
{
background-color: #B53FEE;
}
</style>
border-color css
<style>
span { border-color: #B53FEE; }
span { border-color: rgb(181,63,238); }
td.TdClassName
{
border-color: #B53FEE;
}
.TagClassName
{
border-color: #B53FEE;
}
</style>