Shades of Medium Orchid #BC6CE2
Tints of Medium Orchid #BC6CE2
RGB
CMYK
RGB Variations
Color information
#BC6CE2 (or 0xBC6CE2) is known color: Medium Orchid. HEX triplet: BC, 6C and E2. RGB value is (188,108,226). Sum of RGB (Red+Green+Blue) = 188+108+226=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC6CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CE2 is #43931D. Grayscale: #909090. Windows color (decimal): -4428574 or 14838972. OLE color: 14838972.
HSL color Cylindrical-coordinate representation of color #BC6CE2: hue angle of 280.68º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6CE2 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 108 | 226 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.11 |
| HSL | 280.68º | 0.67% | 0.65% | - |
| HSV(B) | 280.68º | 0.52% | 0.89% | - |
| XYZ | 39.83 | 26.91 | 75.05 | - |
| YUV | 145.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 226 | 0.17 | 0.52 | 0 | 0.11 | 280.68 | 0.67 | 0.65 |
| Hex | BC | 6C | E2 | 11 | 34 | 0 | B | 119 | 43 | 41 |
| Octal | 274 | 154 | 342 | 21 | 64 | 0 | 13 | 431 | 103 | 101 |
| Binary | 10111100 | 1101100 | 11100010 | 10001 | 110100 | 0 | 1011 | 100011001 | 1000011 | 1000001 |
Color Harmonies of #BC6CE2
Complementary color
Monochromatic Colors of #BC6CE2
Black with #BC6CE2
Text Example
Text Example
White with #BC6CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CE2; }
p { color: rgb(188,108,226); }
H1.HeaderClassName
{
color: #BC6CE2;
}
.AnyTagClassName
{
color: #BC6CE2;
}
</style>
background-color css
<style>
a { background-color: #BC6CE2; }
a { background-color: rgb(188,108,226); }
div.DivClassName
{
background-color: #BC6CE2;
}
.BgClassName
{
background-color: #BC6CE2;
}
</style>
border-color css
<style>
span { border-color: #BC6CE2; }
span { border-color: rgb(188,108,226); }
td.TdClassName
{
border-color: #BC6CE2;
}
.TagClassName
{
border-color: #BC6CE2;
}
</style>