Shades of Medium Orchid #BC6CE7
Tints of Medium Orchid #BC6CE7
RGB
CMYK
RGB Variations
Color information
#BC6CE7 (or 0xBC6CE7) is known color: Medium Orchid. HEX triplet: BC, 6C and E7. RGB value is (188,108,231). Sum of RGB (Red+Green+Blue) = 188+108+231=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC6CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CE7 is #439318. Grayscale: #919191. Windows color (decimal): -4428569 or 15166652. OLE color: 15166652.
HSL color Cylindrical-coordinate representation of color #BC6CE7: hue angle of 279.02º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6CE7 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 108 | 231 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.09 |
| HSL | 279.02º | 0.72% | 0.66% | - |
| HSV(B) | 279.02º | 0.53% | 0.91% | - |
| XYZ | 40.53 | 27.19 | 78.71 | - |
| YUV | 145.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 231 | 0.19 | 0.53 | 0 | 0.09 | 279.02 | 0.72 | 0.66 |
| Hex | BC | 6C | E7 | 13 | 35 | 0 | 9 | 117 | 48 | 42 |
| Octal | 274 | 154 | 347 | 23 | 65 | 0 | 11 | 427 | 110 | 102 |
| Binary | 10111100 | 1101100 | 11100111 | 10011 | 110101 | 0 | 1001 | 100010111 | 1001000 | 1000010 |
Color Harmonies of #BC6CE7
Complementary color
Monochromatic Colors of #BC6CE7
Black with #BC6CE7
Text Example
Text Example
White with #BC6CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CE7; }
p { color: rgb(188,108,231); }
H1.HeaderClassName
{
color: #BC6CE7;
}
.AnyTagClassName
{
color: #BC6CE7;
}
</style>
background-color css
<style>
a { background-color: #BC6CE7; }
a { background-color: rgb(188,108,231); }
div.DivClassName
{
background-color: #BC6CE7;
}
.BgClassName
{
background-color: #BC6CE7;
}
</style>
border-color css
<style>
span { border-color: #BC6CE7; }
span { border-color: rgb(188,108,231); }
td.TdClassName
{
border-color: #BC6CE7;
}
.TagClassName
{
border-color: #BC6CE7;
}
</style>