Shades of Medium Orchid #B63ECE
Tints of Medium Orchid #B63ECE
RGB
CMYK
RGB Variations
Color information
#B63ECE (or 0xB63ECE) is known color: Medium Orchid. HEX triplet: B6, 3E and CE. RGB value is (182,62,206). Sum of RGB (Red+Green+Blue) = 182+62+206=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #B63ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ECE is #49C131. Grayscale: #717171. Windows color (decimal): -4833586 or 13516470. OLE color: 13516470.
HSL color Cylindrical-coordinate representation of color #B63ECE: hue angle of 290º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63ECE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 62 | 206 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.19 |
| HSL | 290º | 0.6% | 0.53% | - |
| HSV(B) | 290º | 0.7% | 0.81% | - |
| XYZ | 32.15 | 17.85 | 60.14 | - |
| YUV | 114.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 206 | 0.12 | 0.70 | 0 | 0.19 | 290 | 0.6 | 0.53 |
| Hex | B6 | 3E | CE | C | 46 | 0 | 13 | 122 | 3C | 35 |
| Octal | 266 | 76 | 316 | 14 | 106 | 0 | 23 | 442 | 74 | 65 |
| Binary | 10110110 | 111110 | 11001110 | 1100 | 1000110 | 0 | 10011 | 100100010 | 111100 | 110101 |
Color Harmonies of #B63ECE
Complementary color
Monochromatic Colors of #B63ECE
Black with #B63ECE
Text Example
Text Example
White with #B63ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63ECE; }
p { color: rgb(182,62,206); }
H1.HeaderClassName
{
color: #B63ECE;
}
.AnyTagClassName
{
color: #B63ECE;
}
</style>
background-color css
<style>
a { background-color: #B63ECE; }
a { background-color: rgb(182,62,206); }
div.DivClassName
{
background-color: #B63ECE;
}
.BgClassName
{
background-color: #B63ECE;
}
</style>
border-color css
<style>
span { border-color: #B63ECE; }
span { border-color: rgb(182,62,206); }
td.TdClassName
{
border-color: #B63ECE;
}
.TagClassName
{
border-color: #B63ECE;
}
</style>