Shades of Medium Orchid #BC63C9
Tints of Medium Orchid #BC63C9
RGB
CMYK
RGB Variations
Color information
#BC63C9 (or 0xBC63C9) is known color: Medium Orchid. HEX triplet: BC, 63 and C9. RGB value is (188,99,201). Sum of RGB (Red+Green+Blue) = 188+99+201=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC63C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63C9 is #439C36. Grayscale: #888888. Windows color (decimal): -4430903 or 13198268. OLE color: 13198268.
HSL color Cylindrical-coordinate representation of color #BC63C9: hue angle of 292.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC63C9 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 99 | 201 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.21 |
| HSL | 292.35º | 0.49% | 0.59% | - |
| HSV(B) | 292.35º | 0.51% | 0.79% | - |
| XYZ | 35.74 | 23.83 | 57.97 | - |
| YUV | 137.24 | 163.99 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 201 | 0.06 | 0.51 | 0 | 0.21 | 292.35 | 0.49 | 0.59 |
| Hex | BC | 63 | C9 | 6 | 33 | 0 | 15 | 124 | 31 | 3B |
| Octal | 274 | 143 | 311 | 6 | 63 | 0 | 25 | 444 | 61 | 73 |
| Binary | 10111100 | 1100011 | 11001001 | 110 | 110011 | 0 | 10101 | 100100100 | 110001 | 111011 |
Color Harmonies of #BC63C9
Complementary color
Monochromatic Colors of #BC63C9
Black with #BC63C9
Text Example
Text Example
White with #BC63C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63C9; }
p { color: rgb(188,99,201); }
H1.HeaderClassName
{
color: #BC63C9;
}
.AnyTagClassName
{
color: #BC63C9;
}
</style>
background-color css
<style>
a { background-color: #BC63C9; }
a { background-color: rgb(188,99,201); }
div.DivClassName
{
background-color: #BC63C9;
}
.BgClassName
{
background-color: #BC63C9;
}
</style>
border-color css
<style>
span { border-color: #BC63C9; }
span { border-color: rgb(188,99,201); }
td.TdClassName
{
border-color: #BC63C9;
}
.TagClassName
{
border-color: #BC63C9;
}
</style>