Shades of Medium Orchid #B53ECB
Tints of Medium Orchid #B53ECB
RGB
CMYK
RGB Variations
Color information
#B53ECB (or 0xB53ECB) is known color: Medium Orchid. HEX triplet: B5, 3E and CB. RGB value is (181,62,203). Sum of RGB (Red+Green+Blue) = 181+62+203=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B53ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ECB is #4AC134. Grayscale: #717171. Windows color (decimal): -4899125 or 13319861. OLE color: 13319861.
HSL color Cylindrical-coordinate representation of color #B53ECB: hue angle of 290.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53ECB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 62 | 203 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.20 |
| HSL | 290.64º | 0.58% | 0.52% | - |
| HSV(B) | 290.64º | 0.69% | 0.8% | - |
| XYZ | 31.56 | 17.58 | 58.23 | - |
| YUV | 113.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 203 | 0.11 | 0.69 | 0 | 0.20 | 290.64 | 0.58 | 0.52 |
| Hex | B5 | 3E | CB | B | 45 | 0 | 14 | 123 | 3A | 34 |
| Octal | 265 | 76 | 313 | 13 | 105 | 0 | 24 | 443 | 72 | 64 |
| Binary | 10110101 | 111110 | 11001011 | 1011 | 1000101 | 0 | 10100 | 100100011 | 111010 | 110100 |
Color Harmonies of #B53ECB
Complementary color
Monochromatic Colors of #B53ECB
Black with #B53ECB
Text Example
Text Example
White with #B53ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53ECB; }
p { color: rgb(181,62,203); }
H1.HeaderClassName
{
color: #B53ECB;
}
.AnyTagClassName
{
color: #B53ECB;
}
</style>
background-color css
<style>
a { background-color: #B53ECB; }
a { background-color: rgb(181,62,203); }
div.DivClassName
{
background-color: #B53ECB;
}
.BgClassName
{
background-color: #B53ECB;
}
</style>
border-color css
<style>
span { border-color: #B53ECB; }
span { border-color: rgb(181,62,203); }
td.TdClassName
{
border-color: #B53ECB;
}
.TagClassName
{
border-color: #B53ECB;
}
</style>