Shades of Medium Orchid #B63ECF
Tints of Medium Orchid #B63ECF
RGB
CMYK
RGB Variations
Color information
#B63ECF (or 0xB63ECF) is known color: Medium Orchid. HEX triplet: B6, 3E and CF. RGB value is (182,62,207). Sum of RGB (Red+Green+Blue) = 182+62+207=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #B63ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ECF is #49C130. Grayscale: #717171. Windows color (decimal): -4833585 or 13582006. OLE color: 13582006.
HSL color Cylindrical-coordinate representation of color #B63ECF: hue angle of 289.66º 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 #B63ECF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 62 | 207 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.19 |
| HSL | 289.66º | 0.6% | 0.53% | - |
| HSV(B) | 289.66º | 0.7% | 0.81% | - |
| XYZ | 32.28 | 17.9 | 60.78 | - |
| YUV | 114.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 207 | 0.12 | 0.70 | 0 | 0.19 | 289.66 | 0.6 | 0.53 |
| Hex | B6 | 3E | CF | C | 46 | 0 | 13 | 122 | 3C | 35 |
| Octal | 266 | 76 | 317 | 14 | 106 | 0 | 23 | 442 | 74 | 65 |
| Binary | 10110110 | 111110 | 11001111 | 1100 | 1000110 | 0 | 10011 | 100100010 | 111100 | 110101 |
Color Harmonies of #B63ECF
Complementary color
Monochromatic Colors of #B63ECF
Black with #B63ECF
Text Example
Text Example
White with #B63ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63ECF; }
p { color: rgb(182,62,207); }
H1.HeaderClassName
{
color: #B63ECF;
}
.AnyTagClassName
{
color: #B63ECF;
}
</style>
background-color css
<style>
a { background-color: #B63ECF; }
a { background-color: rgb(182,62,207); }
div.DivClassName
{
background-color: #B63ECF;
}
.BgClassName
{
background-color: #B63ECF;
}
</style>
border-color css
<style>
span { border-color: #B63ECF; }
span { border-color: rgb(182,62,207); }
td.TdClassName
{
border-color: #B63ECF;
}
.TagClassName
{
border-color: #B63ECF;
}
</style>