Shades of Medium Orchid #BC6BEE
Tints of Medium Orchid #BC6BEE
RGB
CMYK
RGB Variations
Color information
#BC6BEE (or 0xBC6BEE) is known color: Medium Orchid. HEX triplet: BC, 6B and EE. RGB value is (188,107,238). Sum of RGB (Red+Green+Blue) = 188+107+238=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC6BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6BEE is #439411. Grayscale: #919191. Windows color (decimal): -4428818 or 15625148. OLE color: 15625148.
HSL color Cylindrical-coordinate representation of color #BC6BEE: hue angle of 277.1º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6BEE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 107 | 238 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.07 |
| HSL | 277.1º | 0.79% | 0.68% | - |
| HSV(B) | 277.1º | 0.55% | 0.93% | - |
| XYZ | 41.43 | 27.38 | 83.99 | - |
| YUV | 146.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 238 | 0.21 | 0.55 | 0 | 0.07 | 277.1 | 0.79 | 0.68 |
| Hex | BC | 6B | EE | 15 | 37 | 0 | 7 | 115 | 4F | 44 |
| Octal | 274 | 153 | 356 | 25 | 67 | 0 | 7 | 425 | 117 | 104 |
| Binary | 10111100 | 1101011 | 11101110 | 10101 | 110111 | 0 | 111 | 100010101 | 1001111 | 1000100 |
Color Harmonies of #BC6BEE
Complementary color
Monochromatic Colors of #BC6BEE
Black with #BC6BEE
Text Example
Text Example
White with #BC6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BEE; }
p { color: rgb(188,107,238); }
H1.HeaderClassName
{
color: #BC6BEE;
}
.AnyTagClassName
{
color: #BC6BEE;
}
</style>
background-color css
<style>
a { background-color: #BC6BEE; }
a { background-color: rgb(188,107,238); }
div.DivClassName
{
background-color: #BC6BEE;
}
.BgClassName
{
background-color: #BC6BEE;
}
</style>
border-color css
<style>
span { border-color: #BC6BEE; }
span { border-color: rgb(188,107,238); }
td.TdClassName
{
border-color: #BC6BEE;
}
.TagClassName
{
border-color: #BC6BEE;
}
</style>