Shades of Medium Orchid #BC67EE
Tints of Medium Orchid #BC67EE
RGB
CMYK
RGB Variations
Color information
#BC67EE (or 0xBC67EE) is known color: Medium Orchid. HEX triplet: BC, 67 and EE. RGB value is (188,103,238). Sum of RGB (Red+Green+Blue) = 188+103+238=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC67EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC67EE is #439811. Grayscale: #8F8F8F. Windows color (decimal): -4429842 or 15624124. OLE color: 15624124.
HSL color Cylindrical-coordinate representation of color #BC67EE: hue angle of 277.78º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC67EE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 103 | 238 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.07 |
| HSL | 277.78º | 0.8% | 0.67% | - |
| HSV(B) | 277.78º | 0.57% | 0.93% | - |
| XYZ | 41.02 | 26.56 | 83.85 | - |
| YUV | 143.81 | 181.16 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 238 | 0.21 | 0.57 | 0 | 0.07 | 277.78 | 0.8 | 0.67 |
| Hex | BC | 67 | EE | 15 | 39 | 0 | 7 | 116 | 50 | 43 |
| Octal | 274 | 147 | 356 | 25 | 71 | 0 | 7 | 426 | 120 | 103 |
| Binary | 10111100 | 1100111 | 11101110 | 10101 | 111001 | 0 | 111 | 100010110 | 1010000 | 1000011 |
Color Harmonies of #BC67EE
Complementary color
Monochromatic Colors of #BC67EE
Black with #BC67EE
Text Example
Text Example
White with #BC67EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67EE; }
p { color: rgb(188,103,238); }
H1.HeaderClassName
{
color: #BC67EE;
}
.AnyTagClassName
{
color: #BC67EE;
}
</style>
background-color css
<style>
a { background-color: #BC67EE; }
a { background-color: rgb(188,103,238); }
div.DivClassName
{
background-color: #BC67EE;
}
.BgClassName
{
background-color: #BC67EE;
}
</style>
border-color css
<style>
span { border-color: #BC67EE; }
span { border-color: rgb(188,103,238); }
td.TdClassName
{
border-color: #BC67EE;
}
.TagClassName
{
border-color: #BC67EE;
}
</style>