Shades of Dark Orchid #BC2ADC
Tints of Dark Orchid #BC2ADC
RGB
CMYK
RGB Variations
Color information
#BC2ADC (or 0xBC2ADC) is known color: Dark Orchid. HEX triplet: BC, 2A and DC. RGB value is (188,42,220). Sum of RGB (Red+Green+Blue) = 188+42+220=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 42 (16.80% from 255 or 9.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ADC is #43D523. Grayscale: #696969. Windows color (decimal): -4445476 or 14428860. OLE color: 14428860.
HSL color Cylindrical-coordinate representation of color #BC2ADC: hue angle of 289.21º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2ADC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 42 | 220 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.14 |
| HSL | 289.21º | 0.72% | 0.51% | - |
| HSV(B) | 289.21º | 0.81% | 0.86% | - |
| XYZ | 34.49 | 17.51 | 69.27 | - |
| YUV | 105.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 220 | 0.15 | 0.81 | 0 | 0.14 | 289.21 | 0.72 | 0.51 |
| Hex | BC | 2A | DC | F | 51 | 0 | E | 121 | 48 | 33 |
| Octal | 274 | 52 | 334 | 17 | 121 | 0 | 16 | 441 | 110 | 63 |
| Binary | 10111100 | 101010 | 11011100 | 1111 | 1010001 | 0 | 1110 | 100100001 | 1001000 | 110011 |
Color Harmonies of #BC2ADC
Complementary color
Monochromatic Colors of #BC2ADC
Black with #BC2ADC
Text Example
Text Example
White with #BC2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ADC; }
p { color: rgb(188,42,220); }
H1.HeaderClassName
{
color: #BC2ADC;
}
.AnyTagClassName
{
color: #BC2ADC;
}
</style>
background-color css
<style>
a { background-color: #BC2ADC; }
a { background-color: rgb(188,42,220); }
div.DivClassName
{
background-color: #BC2ADC;
}
.BgClassName
{
background-color: #BC2ADC;
}
</style>
border-color css
<style>
span { border-color: #BC2ADC; }
span { border-color: rgb(188,42,220); }
td.TdClassName
{
border-color: #BC2ADC;
}
.TagClassName
{
border-color: #BC2ADC;
}
</style>