Shades of Medium Orchid #BC3FEE
Tints of Medium Orchid #BC3FEE
RGB
CMYK
RGB Variations
Color information
#BC3FEE (or 0xBC3FEE) is known color: Medium Orchid. HEX triplet: BC, 3F and EE. RGB value is (188,63,238). Sum of RGB (Red+Green+Blue) = 188+63+238=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC3FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3FEE is #43C011. Grayscale: #777777. Windows color (decimal): -4440082 or 15613884. OLE color: 15613884.
HSL color Cylindrical-coordinate representation of color #BC3FEE: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3FEE is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 63 | 238 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.07 |
| HSL | 282.86º | 0.84% | 0.59% | - |
| HSV(B) | 282.86º | 0.74% | 0.93% | - |
| XYZ | 37.95 | 20.42 | 82.83 | - |
| YUV | 120.33 | 194.41 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 238 | 0.21 | 0.74 | 0 | 0.07 | 282.86 | 0.84 | 0.59 |
| Hex | BC | 3F | EE | 15 | 4A | 0 | 7 | 11B | 54 | 3B |
| Octal | 274 | 77 | 356 | 25 | 112 | 0 | 7 | 433 | 124 | 73 |
| Binary | 10111100 | 111111 | 11101110 | 10101 | 1001010 | 0 | 111 | 100011011 | 1010100 | 111011 |
Color Harmonies of #BC3FEE
Complementary color
Monochromatic Colors of #BC3FEE
Black with #BC3FEE
Text Example
Text Example
White with #BC3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FEE; }
p { color: rgb(188,63,238); }
H1.HeaderClassName
{
color: #BC3FEE;
}
.AnyTagClassName
{
color: #BC3FEE;
}
</style>
background-color css
<style>
a { background-color: #BC3FEE; }
a { background-color: rgb(188,63,238); }
div.DivClassName
{
background-color: #BC3FEE;
}
.BgClassName
{
background-color: #BC3FEE;
}
</style>
border-color css
<style>
span { border-color: #BC3FEE; }
span { border-color: rgb(188,63,238); }
td.TdClassName
{
border-color: #BC3FEE;
}
.TagClassName
{
border-color: #BC3FEE;
}
</style>