Shades of Medium Orchid #BC5FCE
Tints of Medium Orchid #BC5FCE
RGB
CMYK
RGB Variations
Color information
#BC5FCE (or 0xBC5FCE) is known color: Medium Orchid. HEX triplet: BC, 5F and CE. RGB value is (188,95,206). Sum of RGB (Red+Green+Blue) = 188+95+206=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC5FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FCE is #43A031. Grayscale: #878787. Windows color (decimal): -4431922 or 13524924. OLE color: 13524924.
HSL color Cylindrical-coordinate representation of color #BC5FCE: hue angle of 290.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5FCE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 95 | 206 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.19 |
| HSL | 290.27º | 0.53% | 0.59% | - |
| HSV(B) | 290.27º | 0.54% | 0.81% | - |
| XYZ | 35.97 | 23.33 | 61 | - |
| YUV | 135.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 206 | 0.09 | 0.54 | 0 | 0.19 | 290.27 | 0.53 | 0.59 |
| Hex | BC | 5F | CE | 9 | 36 | 0 | 13 | 122 | 35 | 3B |
| Octal | 274 | 137 | 316 | 11 | 66 | 0 | 23 | 442 | 65 | 73 |
| Binary | 10111100 | 1011111 | 11001110 | 1001 | 110110 | 0 | 10011 | 100100010 | 110101 | 111011 |
Color Harmonies of #BC5FCE
Complementary color
Monochromatic Colors of #BC5FCE
Black with #BC5FCE
Text Example
Text Example
White with #BC5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FCE; }
p { color: rgb(188,95,206); }
H1.HeaderClassName
{
color: #BC5FCE;
}
.AnyTagClassName
{
color: #BC5FCE;
}
</style>
background-color css
<style>
a { background-color: #BC5FCE; }
a { background-color: rgb(188,95,206); }
div.DivClassName
{
background-color: #BC5FCE;
}
.BgClassName
{
background-color: #BC5FCE;
}
</style>
border-color css
<style>
span { border-color: #BC5FCE; }
span { border-color: rgb(188,95,206); }
td.TdClassName
{
border-color: #BC5FCE;
}
.TagClassName
{
border-color: #BC5FCE;
}
</style>