Shades of Medium Orchid #B53EDC
Tints of Medium Orchid #B53EDC
RGB
CMYK
RGB Variations
Color information
#B53EDC (or 0xB53EDC) is known color: Medium Orchid. HEX triplet: B5, 3E and DC. RGB value is (181,62,220). Sum of RGB (Red+Green+Blue) = 181+62+220=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #B53EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53EDC is #4AC123. Grayscale: #737373. Windows color (decimal): -4899108 or 14433973. OLE color: 14433973.
HSL color Cylindrical-coordinate representation of color #B53EDC: hue angle of 285.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53EDC is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 62 | 220 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.14 |
| HSL | 285.19º | 0.69% | 0.55% | - |
| HSV(B) | 285.19º | 0.72% | 0.86% | - |
| XYZ | 33.7 | 18.44 | 69.49 | - |
| YUV | 115.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 220 | 0.18 | 0.72 | 0 | 0.14 | 285.19 | 0.69 | 0.55 |
| Hex | B5 | 3E | DC | 12 | 48 | 0 | E | 11D | 45 | 37 |
| Octal | 265 | 76 | 334 | 22 | 110 | 0 | 16 | 435 | 105 | 67 |
| Binary | 10110101 | 111110 | 11011100 | 10010 | 1001000 | 0 | 1110 | 100011101 | 1000101 | 110111 |
Color Harmonies of #B53EDC
Complementary color
Monochromatic Colors of #B53EDC
Black with #B53EDC
Text Example
Text Example
White with #B53EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53EDC; }
p { color: rgb(181,62,220); }
H1.HeaderClassName
{
color: #B53EDC;
}
.AnyTagClassName
{
color: #B53EDC;
}
</style>
background-color css
<style>
a { background-color: #B53EDC; }
a { background-color: rgb(181,62,220); }
div.DivClassName
{
background-color: #B53EDC;
}
.BgClassName
{
background-color: #B53EDC;
}
</style>
border-color css
<style>
span { border-color: #B53EDC; }
span { border-color: rgb(181,62,220); }
td.TdClassName
{
border-color: #B53EDC;
}
.TagClassName
{
border-color: #B53EDC;
}
</style>