Shades of Medium Orchid #B63ECB
Tints of Medium Orchid #B63ECB
RGB
CMYK
RGB Variations
Color information
#B63ECB (or 0xB63ECB) is known color: Medium Orchid. HEX triplet: B6, 3E and CB. RGB value is (182,62,203). Sum of RGB (Red+Green+Blue) = 182+62+203=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #B63ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ECB is #49C134. Grayscale: #717171. Windows color (decimal): -4833589 or 13319862. OLE color: 13319862.
HSL color Cylindrical-coordinate representation of color #B63ECB: hue angle of 291.06º 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 #B63ECB is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 62 | 203 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.20 |
| HSL | 291.06º | 0.58% | 0.52% | - |
| HSV(B) | 291.06º | 0.69% | 0.8% | - |
| XYZ | 31.79 | 17.7 | 58.24 | - |
| YUV | 113.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 203 | 0.10 | 0.69 | 0 | 0.20 | 291.06 | 0.58 | 0.52 |
| Hex | B6 | 3E | CB | A | 45 | 0 | 14 | 123 | 3A | 34 |
| Octal | 266 | 76 | 313 | 12 | 105 | 0 | 24 | 443 | 72 | 64 |
| Binary | 10110110 | 111110 | 11001011 | 1010 | 1000101 | 0 | 10100 | 100100011 | 111010 | 110100 |
Color Harmonies of #B63ECB
Complementary color
Monochromatic Colors of #B63ECB
Black with #B63ECB
Text Example
Text Example
White with #B63ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63ECB; }
p { color: rgb(182,62,203); }
H1.HeaderClassName
{
color: #B63ECB;
}
.AnyTagClassName
{
color: #B63ECB;
}
</style>
background-color css
<style>
a { background-color: #B63ECB; }
a { background-color: rgb(182,62,203); }
div.DivClassName
{
background-color: #B63ECB;
}
.BgClassName
{
background-color: #B63ECB;
}
</style>
border-color css
<style>
span { border-color: #B63ECB; }
span { border-color: rgb(182,62,203); }
td.TdClassName
{
border-color: #B63ECB;
}
.TagClassName
{
border-color: #B63ECB;
}
</style>