Shades of Medium Orchid #BC6CE5
Tints of Medium Orchid #BC6CE5
RGB
CMYK
RGB Variations
Color information
#BC6CE5 (or 0xBC6CE5) is known color: Medium Orchid. HEX triplet: BC, 6C and E5. RGB value is (188,108,229). Sum of RGB (Red+Green+Blue) = 188+108+229=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC6CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CE5 is #43931A. Grayscale: #919191. Windows color (decimal): -4428571 or 15035580. OLE color: 15035580.
HSL color Cylindrical-coordinate representation of color #BC6CE5: hue angle of 279.67º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6CE5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 108 | 229 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.10 |
| HSL | 279.67º | 0.7% | 0.66% | - |
| HSV(B) | 279.67º | 0.53% | 0.9% | - |
| XYZ | 40.24 | 27.07 | 77.23 | - |
| YUV | 145.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 229 | 0.18 | 0.53 | 0 | 0.10 | 279.67 | 0.7 | 0.66 |
| Hex | BC | 6C | E5 | 12 | 35 | 0 | A | 118 | 46 | 42 |
| Octal | 274 | 154 | 345 | 22 | 65 | 0 | 12 | 430 | 106 | 102 |
| Binary | 10111100 | 1101100 | 11100101 | 10010 | 110101 | 0 | 1010 | 100011000 | 1000110 | 1000010 |
Color Harmonies of #BC6CE5
Complementary color
Monochromatic Colors of #BC6CE5
Black with #BC6CE5
Text Example
Text Example
White with #BC6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CE5; }
p { color: rgb(188,108,229); }
H1.HeaderClassName
{
color: #BC6CE5;
}
.AnyTagClassName
{
color: #BC6CE5;
}
</style>
background-color css
<style>
a { background-color: #BC6CE5; }
a { background-color: rgb(188,108,229); }
div.DivClassName
{
background-color: #BC6CE5;
}
.BgClassName
{
background-color: #BC6CE5;
}
</style>
border-color css
<style>
span { border-color: #BC6CE5; }
span { border-color: rgb(188,108,229); }
td.TdClassName
{
border-color: #BC6CE5;
}
.TagClassName
{
border-color: #BC6CE5;
}
</style>