Shades of Medium Orchid #BC5FEE
Tints of Medium Orchid #BC5FEE
RGB
CMYK
RGB Variations
Color information
#BC5FEE (or 0xBC5FEE) is known color: Medium Orchid. HEX triplet: BC, 5F and EE. RGB value is (188,95,238). Sum of RGB (Red+Green+Blue) = 188+95+238=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC5FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FEE is #43A011. Grayscale: #8A8A8A. Windows color (decimal): -4431890 or 15622076. OLE color: 15622076.
HSL color Cylindrical-coordinate representation of color #BC5FEE: hue angle of 279.02º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5FEE is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 95 | 238 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.07 |
| HSL | 279.02º | 0.81% | 0.65% | - |
| HSV(B) | 279.02º | 0.6% | 0.93% | - |
| XYZ | 40.26 | 25.05 | 83.6 | - |
| YUV | 139.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 238 | 0.21 | 0.60 | 0 | 0.07 | 279.02 | 0.81 | 0.65 |
| Hex | BC | 5F | EE | 15 | 3C | 0 | 7 | 117 | 51 | 41 |
| Octal | 274 | 137 | 356 | 25 | 74 | 0 | 7 | 427 | 121 | 101 |
| Binary | 10111100 | 1011111 | 11101110 | 10101 | 111100 | 0 | 111 | 100010111 | 1010001 | 1000001 |
Color Harmonies of #BC5FEE
Complementary color
Monochromatic Colors of #BC5FEE
Black with #BC5FEE
Text Example
Text Example
White with #BC5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FEE; }
p { color: rgb(188,95,238); }
H1.HeaderClassName
{
color: #BC5FEE;
}
.AnyTagClassName
{
color: #BC5FEE;
}
</style>
background-color css
<style>
a { background-color: #BC5FEE; }
a { background-color: rgb(188,95,238); }
div.DivClassName
{
background-color: #BC5FEE;
}
.BgClassName
{
background-color: #BC5FEE;
}
</style>
border-color css
<style>
span { border-color: #BC5FEE; }
span { border-color: rgb(188,95,238); }
td.TdClassName
{
border-color: #BC5FEE;
}
.TagClassName
{
border-color: #BC5FEE;
}
</style>