Shades of Dark Orchid #BC2ECD
Tints of Dark Orchid #BC2ECD
RGB
CMYK
RGB Variations
Color information
#BC2ECD (or 0xBC2ECD) is known color: Dark Orchid. HEX triplet: BC, 2E and CD. RGB value is (188,46,205). Sum of RGB (Red+Green+Blue) = 188+46+205=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC2ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ECD is #43D132. Grayscale: #6A6A6A. Windows color (decimal): -4444467 or 13446844. OLE color: 13446844.
HSL color Cylindrical-coordinate representation of color #BC2ECD: hue angle of 293.58º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2ECD is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 46 | 205 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.20 |
| HSL | 293.58º | 0.63% | 0.49% | - |
| HSV(B) | 293.58º | 0.78% | 0.8% | - |
| XYZ | 32.74 | 17.05 | 59.32 | - |
| YUV | 106.58 | 183.54 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 205 | 0.08 | 0.78 | 0 | 0.20 | 293.58 | 0.63 | 0.49 |
| Hex | BC | 2E | CD | 8 | 4E | 0 | 14 | 126 | 3F | 31 |
| Octal | 274 | 56 | 315 | 10 | 116 | 0 | 24 | 446 | 77 | 61 |
| Binary | 10111100 | 101110 | 11001101 | 1000 | 1001110 | 0 | 10100 | 100100110 | 111111 | 110001 |
Color Harmonies of #BC2ECD
Complementary color
Monochromatic Colors of #BC2ECD
Black with #BC2ECD
Text Example
Text Example
White with #BC2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ECD; }
p { color: rgb(188,46,205); }
H1.HeaderClassName
{
color: #BC2ECD;
}
.AnyTagClassName
{
color: #BC2ECD;
}
</style>
background-color css
<style>
a { background-color: #BC2ECD; }
a { background-color: rgb(188,46,205); }
div.DivClassName
{
background-color: #BC2ECD;
}
.BgClassName
{
background-color: #BC2ECD;
}
</style>
border-color css
<style>
span { border-color: #BC2ECD; }
span { border-color: rgb(188,46,205); }
td.TdClassName
{
border-color: #BC2ECD;
}
.TagClassName
{
border-color: #BC2ECD;
}
</style>