Shades of Medium Orchid #BC3EEF
Tints of Medium Orchid #BC3EEF
RGB
CMYK
RGB Variations
Color information
#BC3EEF (or 0xBC3EEF) is known color: Medium Orchid. HEX triplet: BC, 3E and EF. RGB value is (188,62,239). Sum of RGB (Red+Green+Blue) = 188+62+239=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC3EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EEF is #43C110. Grayscale: #777777. Windows color (decimal): -4440337 or 15679164. OLE color: 15679164.
HSL color Cylindrical-coordinate representation of color #BC3EEF: hue angle of 282.71º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3EEF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 62 | 239 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.06 |
| HSL | 282.71º | 0.85% | 0.59% | - |
| HSV(B) | 282.71º | 0.74% | 0.94% | - |
| XYZ | 38.04 | 20.37 | 83.59 | - |
| YUV | 119.85 | 195.24 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 239 | 0.21 | 0.74 | 0 | 0.06 | 282.71 | 0.85 | 0.59 |
| Hex | BC | 3E | EF | 15 | 4A | 0 | 6 | 11B | 55 | 3B |
| Octal | 274 | 76 | 357 | 25 | 112 | 0 | 6 | 433 | 125 | 73 |
| Binary | 10111100 | 111110 | 11101111 | 10101 | 1001010 | 0 | 110 | 100011011 | 1010101 | 111011 |
Color Harmonies of #BC3EEF
Complementary color
Monochromatic Colors of #BC3EEF
Black with #BC3EEF
Text Example
Text Example
White with #BC3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EEF; }
p { color: rgb(188,62,239); }
H1.HeaderClassName
{
color: #BC3EEF;
}
.AnyTagClassName
{
color: #BC3EEF;
}
</style>
background-color css
<style>
a { background-color: #BC3EEF; }
a { background-color: rgb(188,62,239); }
div.DivClassName
{
background-color: #BC3EEF;
}
.BgClassName
{
background-color: #BC3EEF;
}
</style>
border-color css
<style>
span { border-color: #BC3EEF; }
span { border-color: rgb(188,62,239); }
td.TdClassName
{
border-color: #BC3EEF;
}
.TagClassName
{
border-color: #BC3EEF;
}
</style>