Shades of Medium Orchid #BC5DE7
Tints of Medium Orchid #BC5DE7
RGB
CMYK
RGB Variations
Color information
#BC5DE7 (or 0xBC5DE7) is known color: Medium Orchid. HEX triplet: BC, 5D and E7. RGB value is (188,93,231). Sum of RGB (Red+Green+Blue) = 188+93+231=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC5DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DE7 is #43A218. Grayscale: #888888. Windows color (decimal): -4432409 or 15162812. OLE color: 15162812.
HSL color Cylindrical-coordinate representation of color #BC5DE7: hue angle of 281.3º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5DE7 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 93 | 231 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.09 |
| HSL | 281.3º | 0.74% | 0.64% | - |
| HSV(B) | 281.3º | 0.6% | 0.91% | - |
| XYZ | 39.08 | 24.29 | 78.23 | - |
| YUV | 137.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 231 | 0.19 | 0.60 | 0 | 0.09 | 281.3 | 0.74 | 0.64 |
| Hex | BC | 5D | E7 | 13 | 3C | 0 | 9 | 119 | 4A | 40 |
| Octal | 274 | 135 | 347 | 23 | 74 | 0 | 11 | 431 | 112 | 100 |
| Binary | 10111100 | 1011101 | 11100111 | 10011 | 111100 | 0 | 1001 | 100011001 | 1001010 | 1000000 |
Color Harmonies of #BC5DE7
Complementary color
Monochromatic Colors of #BC5DE7
Black with #BC5DE7
Text Example
Text Example
White with #BC5DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DE7; }
p { color: rgb(188,93,231); }
H1.HeaderClassName
{
color: #BC5DE7;
}
.AnyTagClassName
{
color: #BC5DE7;
}
</style>
background-color css
<style>
a { background-color: #BC5DE7; }
a { background-color: rgb(188,93,231); }
div.DivClassName
{
background-color: #BC5DE7;
}
.BgClassName
{
background-color: #BC5DE7;
}
</style>
border-color css
<style>
span { border-color: #BC5DE7; }
span { border-color: rgb(188,93,231); }
td.TdClassName
{
border-color: #BC5DE7;
}
.TagClassName
{
border-color: #BC5DE7;
}
</style>