Shades of Medium Orchid #B53FEA
Tints of Medium Orchid #B53FEA
RGB
CMYK
RGB Variations
Color information
#B53FEA (or 0xB53FEA) is known color: Medium Orchid. HEX triplet: B5, 3F and EA. RGB value is (181,63,234). Sum of RGB (Red+Green+Blue) = 181+63+234=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #B53FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FEA is #4AC015. Grayscale: #757575. Windows color (decimal): -4898838 or 15351733. OLE color: 15351733.
HSL color Cylindrical-coordinate representation of color #B53FEA: hue angle of 281.4º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53FEA is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 63 | 234 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.08 |
| HSL | 281.4º | 0.8% | 0.58% | - |
| HSV(B) | 281.4º | 0.73% | 0.92% | - |
| XYZ | 35.68 | 19.32 | 79.69 | - |
| YUV | 117.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 234 | 0.23 | 0.73 | 0 | 0.08 | 281.4 | 0.8 | 0.58 |
| Hex | B5 | 3F | EA | 17 | 49 | 0 | 8 | 119 | 50 | 3A |
| Octal | 265 | 77 | 352 | 27 | 111 | 0 | 10 | 431 | 120 | 72 |
| Binary | 10110101 | 111111 | 11101010 | 10111 | 1001001 | 0 | 1000 | 100011001 | 1010000 | 111010 |
Color Harmonies of #B53FEA
Complementary color
Monochromatic Colors of #B53FEA
Black with #B53FEA
Text Example
Text Example
White with #B53FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FEA; }
p { color: rgb(181,63,234); }
H1.HeaderClassName
{
color: #B53FEA;
}
.AnyTagClassName
{
color: #B53FEA;
}
</style>
background-color css
<style>
a { background-color: #B53FEA; }
a { background-color: rgb(181,63,234); }
div.DivClassName
{
background-color: #B53FEA;
}
.BgClassName
{
background-color: #B53FEA;
}
</style>
border-color css
<style>
span { border-color: #B53FEA; }
span { border-color: rgb(181,63,234); }
td.TdClassName
{
border-color: #B53FEA;
}
.TagClassName
{
border-color: #B53FEA;
}
</style>