Shades of Medium Orchid #BC4EEE
Tints of Medium Orchid #BC4EEE
RGB
CMYK
RGB Variations
Color information
#BC4EEE (or 0xBC4EEE) is known color: Medium Orchid. HEX triplet: BC, 4E and EE. RGB value is (188,78,238). Sum of RGB (Red+Green+Blue) = 188+78+238=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EEE is #43B111. Grayscale: #808080. Windows color (decimal): -4436242 or 15617724. OLE color: 15617724.
HSL color Cylindrical-coordinate representation of color #BC4EEE: hue angle of 281.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC4EEE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 78 | 238 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.07 |
| HSL | 281.25º | 0.82% | 0.62% | - |
| HSV(B) | 281.25º | 0.67% | 0.93% | - |
| XYZ | 38.9 | 22.31 | 83.15 | - |
| YUV | 129.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 238 | 0.21 | 0.67 | 0 | 0.07 | 281.25 | 0.82 | 0.62 |
| Hex | BC | 4E | EE | 15 | 43 | 0 | 7 | 119 | 52 | 3E |
| Octal | 274 | 116 | 356 | 25 | 103 | 0 | 7 | 431 | 122 | 76 |
| Binary | 10111100 | 1001110 | 11101110 | 10101 | 1000011 | 0 | 111 | 100011001 | 1010010 | 111110 |
Color Harmonies of #BC4EEE
Complementary color
Monochromatic Colors of #BC4EEE
Black with #BC4EEE
Text Example
Text Example
White with #BC4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EEE; }
p { color: rgb(188,78,238); }
H1.HeaderClassName
{
color: #BC4EEE;
}
.AnyTagClassName
{
color: #BC4EEE;
}
</style>
background-color css
<style>
a { background-color: #BC4EEE; }
a { background-color: rgb(188,78,238); }
div.DivClassName
{
background-color: #BC4EEE;
}
.BgClassName
{
background-color: #BC4EEE;
}
</style>
border-color css
<style>
span { border-color: #BC4EEE; }
span { border-color: rgb(188,78,238); }
td.TdClassName
{
border-color: #BC4EEE;
}
.TagClassName
{
border-color: #BC4EEE;
}
</style>