Shades of Medium Orchid #BC3CEE
Tints of Medium Orchid #BC3CEE
RGB
CMYK
RGB Variations
Color information
#BC3CEE (or 0xBC3CEE) is known color: Medium Orchid. HEX triplet: BC, 3C and EE. RGB value is (188,60,238). Sum of RGB (Red+Green+Blue) = 188+60+238=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC3CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CEE is #43C311. Grayscale: #757575. Windows color (decimal): -4440850 or 15613116. OLE color: 15613116.
HSL color Cylindrical-coordinate representation of color #BC3CEE: hue angle of 283.15º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3CEE is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 60 | 238 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.07 |
| HSL | 283.15º | 0.84% | 0.58% | - |
| HSV(B) | 283.15º | 0.75% | 0.93% | - |
| XYZ | 37.79 | 20.1 | 82.78 | - |
| YUV | 118.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 238 | 0.21 | 0.75 | 0 | 0.07 | 283.15 | 0.84 | 0.58 |
| Hex | BC | 3C | EE | 15 | 4B | 0 | 7 | 11B | 54 | 3A |
| Octal | 274 | 74 | 356 | 25 | 113 | 0 | 7 | 433 | 124 | 72 |
| Binary | 10111100 | 111100 | 11101110 | 10101 | 1001011 | 0 | 111 | 100011011 | 1010100 | 111010 |
Color Harmonies of #BC3CEE
Complementary color
Monochromatic Colors of #BC3CEE
Black with #BC3CEE
Text Example
Text Example
White with #BC3CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CEE; }
p { color: rgb(188,60,238); }
H1.HeaderClassName
{
color: #BC3CEE;
}
.AnyTagClassName
{
color: #BC3CEE;
}
</style>
background-color css
<style>
a { background-color: #BC3CEE; }
a { background-color: rgb(188,60,238); }
div.DivClassName
{
background-color: #BC3CEE;
}
.BgClassName
{
background-color: #BC3CEE;
}
</style>
border-color css
<style>
span { border-color: #BC3CEE; }
span { border-color: rgb(188,60,238); }
td.TdClassName
{
border-color: #BC3CEE;
}
.TagClassName
{
border-color: #BC3CEE;
}
</style>