Shades of Medium Orchid #BC63D0
Tints of Medium Orchid #BC63D0
RGB
CMYK
RGB Variations
Color information
#BC63D0 (or 0xBC63D0) is known color: Medium Orchid. HEX triplet: BC, 63 and D0. RGB value is (188,99,208). Sum of RGB (Red+Green+Blue) = 188+99+208=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63D0 is #439C2F. Grayscale: #898989. Windows color (decimal): -4430896 or 13657020. OLE color: 13657020.
HSL color Cylindrical-coordinate representation of color #BC63D0: hue angle of 288.99º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC63D0 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 99 | 208 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.18 |
| HSL | 288.99º | 0.54% | 0.6% | - |
| HSV(B) | 288.99º | 0.52% | 0.82% | - |
| XYZ | 36.59 | 24.17 | 62.41 | - |
| YUV | 138.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 208 | 0.10 | 0.52 | 0 | 0.18 | 288.99 | 0.54 | 0.6 |
| Hex | BC | 63 | D0 | A | 34 | 0 | 12 | 121 | 36 | 3C |
| Octal | 274 | 143 | 320 | 12 | 64 | 0 | 22 | 441 | 66 | 74 |
| Binary | 10111100 | 1100011 | 11010000 | 1010 | 110100 | 0 | 10010 | 100100001 | 110110 | 111100 |
Color Harmonies of #BC63D0
Complementary color
Monochromatic Colors of #BC63D0
Black with #BC63D0
Text Example
Text Example
White with #BC63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63D0; }
p { color: rgb(188,99,208); }
H1.HeaderClassName
{
color: #BC63D0;
}
.AnyTagClassName
{
color: #BC63D0;
}
</style>
background-color css
<style>
a { background-color: #BC63D0; }
a { background-color: rgb(188,99,208); }
div.DivClassName
{
background-color: #BC63D0;
}
.BgClassName
{
background-color: #BC63D0;
}
</style>
border-color css
<style>
span { border-color: #BC63D0; }
span { border-color: rgb(188,99,208); }
td.TdClassName
{
border-color: #BC63D0;
}
.TagClassName
{
border-color: #BC63D0;
}
</style>