Shades of Medium Orchid #B53FE0
Tints of Medium Orchid #B53FE0
RGB
CMYK
RGB Variations
Color information
#B53FE0 (or 0xB53FE0) is known color: Medium Orchid. HEX triplet: B5, 3F and E0. RGB value is (181,63,224). Sum of RGB (Red+Green+Blue) = 181+63+224=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #B53FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FE0 is #4AC01F. Grayscale: #747474. Windows color (decimal): -4898848 or 14696373. OLE color: 14696373.
HSL color Cylindrical-coordinate representation of color #B53FE0: hue angle of 283.98º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53FE0 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 63 | 224 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.12 |
| HSL | 283.98º | 0.72% | 0.56% | - |
| HSV(B) | 283.98º | 0.72% | 0.88% | - |
| XYZ | 34.29 | 18.76 | 72.33 | - |
| YUV | 116.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 224 | 0.19 | 0.72 | 0 | 0.12 | 283.98 | 0.72 | 0.56 |
| Hex | B5 | 3F | E0 | 13 | 48 | 0 | C | 11C | 48 | 38 |
| Octal | 265 | 77 | 340 | 23 | 110 | 0 | 14 | 434 | 110 | 70 |
| Binary | 10110101 | 111111 | 11100000 | 10011 | 1001000 | 0 | 1100 | 100011100 | 1001000 | 111000 |
Color Harmonies of #B53FE0
Complementary color
Monochromatic Colors of #B53FE0
Black with #B53FE0
Text Example
Text Example
White with #B53FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FE0; }
p { color: rgb(181,63,224); }
H1.HeaderClassName
{
color: #B53FE0;
}
.AnyTagClassName
{
color: #B53FE0;
}
</style>
background-color css
<style>
a { background-color: #B53FE0; }
a { background-color: rgb(181,63,224); }
div.DivClassName
{
background-color: #B53FE0;
}
.BgClassName
{
background-color: #B53FE0;
}
</style>
border-color css
<style>
span { border-color: #B53FE0; }
span { border-color: rgb(181,63,224); }
td.TdClassName
{
border-color: #B53FE0;
}
.TagClassName
{
border-color: #B53FE0;
}
</style>