Shades of Medium Orchid #B63ECD
Tints of Medium Orchid #B63ECD
RGB
CMYK
RGB Variations
Color information
#B63ECD (or 0xB63ECD) is known color: Medium Orchid. HEX triplet: B6, 3E and CD. RGB value is (182,62,205). Sum of RGB (Red+Green+Blue) = 182+62+205=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #B63ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ECD is #49C132. Grayscale: #717171. Windows color (decimal): -4833587 or 13450934. OLE color: 13450934.
HSL color Cylindrical-coordinate representation of color #B63ECD: hue angle of 290.35º degrees, saturation: 0.59, 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 #B63ECD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 62 | 205 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.20 |
| HSL | 290.35º | 0.59% | 0.52% | - |
| HSV(B) | 290.35º | 0.7% | 0.8% | - |
| XYZ | 32.03 | 17.8 | 59.5 | - |
| YUV | 114.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 205 | 0.11 | 0.70 | 0 | 0.20 | 290.35 | 0.59 | 0.52 |
| Hex | B6 | 3E | CD | B | 46 | 0 | 14 | 122 | 3B | 34 |
| Octal | 266 | 76 | 315 | 13 | 106 | 0 | 24 | 442 | 73 | 64 |
| Binary | 10110110 | 111110 | 11001101 | 1011 | 1000110 | 0 | 10100 | 100100010 | 111011 | 110100 |
Color Harmonies of #B63ECD
Complementary color
Monochromatic Colors of #B63ECD
Black with #B63ECD
Text Example
Text Example
White with #B63ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63ECD; }
p { color: rgb(182,62,205); }
H1.HeaderClassName
{
color: #B63ECD;
}
.AnyTagClassName
{
color: #B63ECD;
}
</style>
background-color css
<style>
a { background-color: #B63ECD; }
a { background-color: rgb(182,62,205); }
div.DivClassName
{
background-color: #B63ECD;
}
.BgClassName
{
background-color: #B63ECD;
}
</style>
border-color css
<style>
span { border-color: #B63ECD; }
span { border-color: rgb(182,62,205); }
td.TdClassName
{
border-color: #B63ECD;
}
.TagClassName
{
border-color: #B63ECD;
}
</style>