Shades of Dark Orchid #BC2CDA
Tints of Dark Orchid #BC2CDA
RGB
CMYK
RGB Variations
Color information
#BC2CDA (or 0xBC2CDA) is known color: Dark Orchid. HEX triplet: BC, 2C and DA. RGB value is (188,44,218). Sum of RGB (Red+Green+Blue) = 188+44+218=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC2CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CDA is #43D325. Grayscale: #6A6A6A. Windows color (decimal): -4444966 or 14298300. OLE color: 14298300.
HSL color Cylindrical-coordinate representation of color #BC2CDA: hue angle of 289.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2CDA is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 44 | 218 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.15 |
| HSL | 289.66º | 0.7% | 0.51% | - |
| HSV(B) | 289.66º | 0.8% | 0.85% | - |
| XYZ | 34.29 | 17.55 | 67.91 | - |
| YUV | 106.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 218 | 0.14 | 0.80 | 0 | 0.15 | 289.66 | 0.7 | 0.51 |
| Hex | BC | 2C | DA | E | 50 | 0 | F | 122 | 46 | 33 |
| Octal | 274 | 54 | 332 | 16 | 120 | 0 | 17 | 442 | 106 | 63 |
| Binary | 10111100 | 101100 | 11011010 | 1110 | 1010000 | 0 | 1111 | 100100010 | 1000110 | 110011 |
Color Harmonies of #BC2CDA
Complementary color
Monochromatic Colors of #BC2CDA
Black with #BC2CDA
Text Example
Text Example
White with #BC2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CDA; }
p { color: rgb(188,44,218); }
H1.HeaderClassName
{
color: #BC2CDA;
}
.AnyTagClassName
{
color: #BC2CDA;
}
</style>
background-color css
<style>
a { background-color: #BC2CDA; }
a { background-color: rgb(188,44,218); }
div.DivClassName
{
background-color: #BC2CDA;
}
.BgClassName
{
background-color: #BC2CDA;
}
</style>
border-color css
<style>
span { border-color: #BC2CDA; }
span { border-color: rgb(188,44,218); }
td.TdClassName
{
border-color: #BC2CDA;
}
.TagClassName
{
border-color: #BC2CDA;
}
</style>