Shades of Medium Orchid #BC58CE
Tints of Medium Orchid #BC58CE
RGB
CMYK
RGB Variations
Color information
#BC58CE (or 0xBC58CE) is known color: Medium Orchid. HEX triplet: BC, 58 and CE. RGB value is (188,88,206). Sum of RGB (Red+Green+Blue) = 188+88+206=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC58CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58CE is #43A731. Grayscale: #828282. Windows color (decimal): -4433714 or 13523132. OLE color: 13523132.
HSL color Cylindrical-coordinate representation of color #BC58CE: hue angle of 290.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC58CE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 88 | 206 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.19 |
| HSL | 290.85º | 0.55% | 0.58% | - |
| HSV(B) | 290.85º | 0.57% | 0.81% | - |
| XYZ | 35.37 | 22.13 | 60.8 | - |
| YUV | 131.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 206 | 0.09 | 0.57 | 0 | 0.19 | 290.85 | 0.55 | 0.58 |
| Hex | BC | 58 | CE | 9 | 39 | 0 | 13 | 123 | 37 | 3A |
| Octal | 274 | 130 | 316 | 11 | 71 | 0 | 23 | 443 | 67 | 72 |
| Binary | 10111100 | 1011000 | 11001110 | 1001 | 111001 | 0 | 10011 | 100100011 | 110111 | 111010 |
Color Harmonies of #BC58CE
Complementary color
Monochromatic Colors of #BC58CE
Black with #BC58CE
Text Example
Text Example
White with #BC58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58CE; }
p { color: rgb(188,88,206); }
H1.HeaderClassName
{
color: #BC58CE;
}
.AnyTagClassName
{
color: #BC58CE;
}
</style>
background-color css
<style>
a { background-color: #BC58CE; }
a { background-color: rgb(188,88,206); }
div.DivClassName
{
background-color: #BC58CE;
}
.BgClassName
{
background-color: #BC58CE;
}
</style>
border-color css
<style>
span { border-color: #BC58CE; }
span { border-color: rgb(188,88,206); }
td.TdClassName
{
border-color: #BC58CE;
}
.TagClassName
{
border-color: #BC58CE;
}
</style>