Shades of Medium Orchid #B53ECC
Tints of Medium Orchid #B53ECC
RGB
CMYK
RGB Variations
Color information
#B53ECC (or 0xB53ECC) is known color: Medium Orchid. HEX triplet: B5, 3E and CC. RGB value is (181,62,204). Sum of RGB (Red+Green+Blue) = 181+62+204=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #B53ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ECC is #4AC133. Grayscale: #717171. Windows color (decimal): -4899124 or 13385397. OLE color: 13385397.
HSL color Cylindrical-coordinate representation of color #B53ECC: hue angle of 290.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53ECC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 62 | 204 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.2 |
| HSL | 290.28º | 0.58% | 0.52% | - |
| HSV(B) | 290.28º | 0.7% | 0.8% | - |
| XYZ | 31.68 | 17.63 | 58.86 | - |
| YUV | 113.77 | 178.92 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 204 | 0.11 | 0.70 | 0 | 0.2 | 290.28 | 0.58 | 0.52 |
| Hex | B5 | 3E | CC | B | 46 | 0 | 14 | 122 | 3A | 34 |
| Octal | 265 | 76 | 314 | 13 | 106 | 0 | 24 | 442 | 72 | 64 |
| Binary | 10110101 | 111110 | 11001100 | 1011 | 1000110 | 0 | 10100 | 100100010 | 111010 | 110100 |
Color Harmonies of #B53ECC
Complementary color
Monochromatic Colors of #B53ECC
Black with #B53ECC
Text Example
Text Example
White with #B53ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53ECC; }
p { color: rgb(181,62,204); }
H1.HeaderClassName
{
color: #B53ECC;
}
.AnyTagClassName
{
color: #B53ECC;
}
</style>
background-color css
<style>
a { background-color: #B53ECC; }
a { background-color: rgb(181,62,204); }
div.DivClassName
{
background-color: #B53ECC;
}
.BgClassName
{
background-color: #B53ECC;
}
</style>
border-color css
<style>
span { border-color: #B53ECC; }
span { border-color: rgb(181,62,204); }
td.TdClassName
{
border-color: #B53ECC;
}
.TagClassName
{
border-color: #B53ECC;
}
</style>