Shades of Medium Orchid #BC58DF
Tints of Medium Orchid #BC58DF
RGB
CMYK
RGB Variations
Color information
#BC58DF (or 0xBC58DF) is known color: Medium Orchid. HEX triplet: BC, 58 and DF. RGB value is (188,88,223). Sum of RGB (Red+Green+Blue) = 188+88+223=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58DF is #43A720. Grayscale: #848484. Windows color (decimal): -4433697 or 14637244. OLE color: 14637244.
HSL color Cylindrical-coordinate representation of color #BC58DF: hue angle of 284.44º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC58DF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 88 | 223 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.13 |
| HSL | 284.44º | 0.68% | 0.61% | - |
| HSV(B) | 284.44º | 0.61% | 0.87% | - |
| XYZ | 37.55 | 23 | 72.27 | - |
| YUV | 133.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 223 | 0.16 | 0.61 | 0 | 0.13 | 284.44 | 0.68 | 0.61 |
| Hex | BC | 58 | DF | 10 | 3D | 0 | D | 11C | 44 | 3D |
| Octal | 274 | 130 | 337 | 20 | 75 | 0 | 15 | 434 | 104 | 75 |
| Binary | 10111100 | 1011000 | 11011111 | 10000 | 111101 | 0 | 1101 | 100011100 | 1000100 | 111101 |
Color Harmonies of #BC58DF
Complementary color
Monochromatic Colors of #BC58DF
Black with #BC58DF
Text Example
Text Example
White with #BC58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58DF; }
p { color: rgb(188,88,223); }
H1.HeaderClassName
{
color: #BC58DF;
}
.AnyTagClassName
{
color: #BC58DF;
}
</style>
background-color css
<style>
a { background-color: #BC58DF; }
a { background-color: rgb(188,88,223); }
div.DivClassName
{
background-color: #BC58DF;
}
.BgClassName
{
background-color: #BC58DF;
}
</style>
border-color css
<style>
span { border-color: #BC58DF; }
span { border-color: rgb(188,88,223); }
td.TdClassName
{
border-color: #BC58DF;
}
.TagClassName
{
border-color: #BC58DF;
}
</style>