Shades of Medium Orchid #BC58DD
Tints of Medium Orchid #BC58DD
RGB
CMYK
RGB Variations
Color information
#BC58DD (or 0xBC58DD) is known color: Medium Orchid. HEX triplet: BC, 58 and DD. RGB value is (188,88,221). Sum of RGB (Red+Green+Blue) = 188+88+221=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58DD is #43A722. Grayscale: #848484. Windows color (decimal): -4433699 or 14506172. OLE color: 14506172.
HSL color Cylindrical-coordinate representation of color #BC58DD: hue angle of 285.11º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC58DD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 88 | 221 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.13 |
| HSL | 285.11º | 0.66% | 0.61% | - |
| HSV(B) | 285.11º | 0.6% | 0.87% | - |
| XYZ | 37.28 | 22.89 | 70.86 | - |
| YUV | 133.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 221 | 0.15 | 0.60 | 0 | 0.13 | 285.11 | 0.66 | 0.61 |
| Hex | BC | 58 | DD | F | 3C | 0 | D | 11D | 42 | 3D |
| Octal | 274 | 130 | 335 | 17 | 74 | 0 | 15 | 435 | 102 | 75 |
| Binary | 10111100 | 1011000 | 11011101 | 1111 | 111100 | 0 | 1101 | 100011101 | 1000010 | 111101 |
Color Harmonies of #BC58DD
Complementary color
Monochromatic Colors of #BC58DD
Black with #BC58DD
Text Example
Text Example
White with #BC58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58DD; }
p { color: rgb(188,88,221); }
H1.HeaderClassName
{
color: #BC58DD;
}
.AnyTagClassName
{
color: #BC58DD;
}
</style>
background-color css
<style>
a { background-color: #BC58DD; }
a { background-color: rgb(188,88,221); }
div.DivClassName
{
background-color: #BC58DD;
}
.BgClassName
{
background-color: #BC58DD;
}
</style>
border-color css
<style>
span { border-color: #BC58DD; }
span { border-color: rgb(188,88,221); }
td.TdClassName
{
border-color: #BC58DD;
}
.TagClassName
{
border-color: #BC58DD;
}
</style>