Shades of Medium Orchid #BC6BE4
Tints of Medium Orchid #BC6BE4
RGB
CMYK
RGB Variations
Color information
#BC6BE4 (or 0xBC6BE4) is known color: Medium Orchid. HEX triplet: BC, 6B and E4. RGB value is (188,107,228). Sum of RGB (Red+Green+Blue) = 188+107+228=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC6BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BE4 is #43941B. Grayscale: #909090. Windows color (decimal): -4428828 or 14969788. OLE color: 14969788.
HSL color Cylindrical-coordinate representation of color #BC6BE4: hue angle of 280.17º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6BE4 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 107 | 228 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.11 |
| HSL | 280.17º | 0.69% | 0.66% | - |
| HSV(B) | 280.17º | 0.53% | 0.89% | - |
| XYZ | 40 | 26.81 | 76.47 | - |
| YUV | 145.01 | 174.84 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 228 | 0.18 | 0.53 | 0 | 0.11 | 280.17 | 0.69 | 0.66 |
| Hex | BC | 6B | E4 | 12 | 35 | 0 | B | 118 | 45 | 42 |
| Octal | 274 | 153 | 344 | 22 | 65 | 0 | 13 | 430 | 105 | 102 |
| Binary | 10111100 | 1101011 | 11100100 | 10010 | 110101 | 0 | 1011 | 100011000 | 1000101 | 1000010 |
Color Harmonies of #BC6BE4
Complementary color
Monochromatic Colors of #BC6BE4
Black with #BC6BE4
Text Example
Text Example
White with #BC6BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BE4; }
p { color: rgb(188,107,228); }
H1.HeaderClassName
{
color: #BC6BE4;
}
.AnyTagClassName
{
color: #BC6BE4;
}
</style>
background-color css
<style>
a { background-color: #BC6BE4; }
a { background-color: rgb(188,107,228); }
div.DivClassName
{
background-color: #BC6BE4;
}
.BgClassName
{
background-color: #BC6BE4;
}
</style>
border-color css
<style>
span { border-color: #BC6BE4; }
span { border-color: rgb(188,107,228); }
td.TdClassName
{
border-color: #BC6BE4;
}
.TagClassName
{
border-color: #BC6BE4;
}
</style>