Shades of Medium Orchid #B53EDF
Tints of Medium Orchid #B53EDF
RGB
CMYK
RGB Variations
Color information
#B53EDF (or 0xB53EDF) is known color: Medium Orchid. HEX triplet: B5, 3E and DF. RGB value is (181,62,223). Sum of RGB (Red+Green+Blue) = 181+62+223=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #B53EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53EDF is #4AC120. Grayscale: #737373. Windows color (decimal): -4899105 or 14630581. OLE color: 14630581.
HSL color Cylindrical-coordinate representation of color #B53EDF: hue angle of 284.35º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53EDF is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 62 | 223 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.13 |
| HSL | 284.35º | 0.72% | 0.56% | - |
| HSV(B) | 284.35º | 0.72% | 0.87% | - |
| XYZ | 34.1 | 18.6 | 71.6 | - |
| YUV | 115.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 223 | 0.19 | 0.72 | 0 | 0.13 | 284.35 | 0.72 | 0.56 |
| Hex | B5 | 3E | DF | 13 | 48 | 0 | D | 11C | 48 | 38 |
| Octal | 265 | 76 | 337 | 23 | 110 | 0 | 15 | 434 | 110 | 70 |
| Binary | 10110101 | 111110 | 11011111 | 10011 | 1001000 | 0 | 1101 | 100011100 | 1001000 | 111000 |
Color Harmonies of #B53EDF
Complementary color
Monochromatic Colors of #B53EDF
Black with #B53EDF
Text Example
Text Example
White with #B53EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53EDF; }
p { color: rgb(181,62,223); }
H1.HeaderClassName
{
color: #B53EDF;
}
.AnyTagClassName
{
color: #B53EDF;
}
</style>
background-color css
<style>
a { background-color: #B53EDF; }
a { background-color: rgb(181,62,223); }
div.DivClassName
{
background-color: #B53EDF;
}
.BgClassName
{
background-color: #B53EDF;
}
</style>
border-color css
<style>
span { border-color: #B53EDF; }
span { border-color: rgb(181,62,223); }
td.TdClassName
{
border-color: #B53EDF;
}
.TagClassName
{
border-color: #B53EDF;
}
</style>