Shades of Medium Orchid #BC6FE6
Tints of Medium Orchid #BC6FE6
RGB
CMYK
RGB Variations
Color information
#BC6FE6 (or 0xBC6FE6) is known color: Medium Orchid. HEX triplet: BC, 6F and E6. RGB value is (188,111,230). Sum of RGB (Red+Green+Blue) = 188+111+230=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC6FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FE6 is #439019. Grayscale: #939393. Windows color (decimal): -4427802 or 15101884. OLE color: 15101884.
HSL color Cylindrical-coordinate representation of color #BC6FE6: hue angle of 278.82º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6FE6 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 111 | 230 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.10 |
| HSL | 278.82º | 0.7% | 0.67% | - |
| HSV(B) | 278.82º | 0.52% | 0.9% | - |
| XYZ | 40.71 | 27.77 | 78.08 | - |
| YUV | 147.59 | 174.51 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 230 | 0.18 | 0.52 | 0 | 0.10 | 278.82 | 0.7 | 0.67 |
| Hex | BC | 6F | E6 | 12 | 34 | 0 | A | 117 | 46 | 43 |
| Octal | 274 | 157 | 346 | 22 | 64 | 0 | 12 | 427 | 106 | 103 |
| Binary | 10111100 | 1101111 | 11100110 | 10010 | 110100 | 0 | 1010 | 100010111 | 1000110 | 1000011 |
Color Harmonies of #BC6FE6
Complementary color
Monochromatic Colors of #BC6FE6
Black with #BC6FE6
Text Example
Text Example
White with #BC6FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FE6; }
p { color: rgb(188,111,230); }
H1.HeaderClassName
{
color: #BC6FE6;
}
.AnyTagClassName
{
color: #BC6FE6;
}
</style>
background-color css
<style>
a { background-color: #BC6FE6; }
a { background-color: rgb(188,111,230); }
div.DivClassName
{
background-color: #BC6FE6;
}
.BgClassName
{
background-color: #BC6FE6;
}
</style>
border-color css
<style>
span { border-color: #BC6FE6; }
span { border-color: rgb(188,111,230); }
td.TdClassName
{
border-color: #BC6FE6;
}
.TagClassName
{
border-color: #BC6FE6;
}
</style>