Shades of Medium Orchid #BC5CCE
Tints of Medium Orchid #BC5CCE
RGB
CMYK
RGB Variations
Color information
#BC5CCE (or 0xBC5CCE) is known color: Medium Orchid. HEX triplet: BC, 5C and CE. RGB value is (188,92,206). Sum of RGB (Red+Green+Blue) = 188+92+206=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CCE is #43A331. Grayscale: #858585. Windows color (decimal): -4432690 or 13524156. OLE color: 13524156.
HSL color Cylindrical-coordinate representation of color #BC5CCE: hue angle of 290.53º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5CCE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 92 | 206 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.19 |
| HSL | 290.53º | 0.54% | 0.58% | - |
| HSV(B) | 290.53º | 0.55% | 0.81% | - |
| XYZ | 35.71 | 22.8 | 60.91 | - |
| YUV | 133.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 206 | 0.09 | 0.55 | 0 | 0.19 | 290.53 | 0.54 | 0.58 |
| Hex | BC | 5C | CE | 9 | 37 | 0 | 13 | 123 | 36 | 3A |
| Octal | 274 | 134 | 316 | 11 | 67 | 0 | 23 | 443 | 66 | 72 |
| Binary | 10111100 | 1011100 | 11001110 | 1001 | 110111 | 0 | 10011 | 100100011 | 110110 | 111010 |
Color Harmonies of #BC5CCE
Complementary color
Monochromatic Colors of #BC5CCE
Black with #BC5CCE
Text Example
Text Example
White with #BC5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CCE; }
p { color: rgb(188,92,206); }
H1.HeaderClassName
{
color: #BC5CCE;
}
.AnyTagClassName
{
color: #BC5CCE;
}
</style>
background-color css
<style>
a { background-color: #BC5CCE; }
a { background-color: rgb(188,92,206); }
div.DivClassName
{
background-color: #BC5CCE;
}
.BgClassName
{
background-color: #BC5CCE;
}
</style>
border-color css
<style>
span { border-color: #BC5CCE; }
span { border-color: rgb(188,92,206); }
td.TdClassName
{
border-color: #BC5CCE;
}
.TagClassName
{
border-color: #BC5CCE;
}
</style>