Shades of Dark Orchid #BC2ADA
Tints of Dark Orchid #BC2ADA
RGB
CMYK
RGB Variations
Color information
#BC2ADA (or 0xBC2ADA) is known color: Dark Orchid. HEX triplet: BC, 2A and DA. RGB value is (188,42,218). Sum of RGB (Red+Green+Blue) = 188+42+218=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC2ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ADA is #43D525. Grayscale: #696969. Windows color (decimal): -4445478 or 14297788. OLE color: 14297788.
HSL color Cylindrical-coordinate representation of color #BC2ADA: hue angle of 289.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2ADA is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 42 | 218 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.15 |
| HSL | 289.77º | 0.7% | 0.51% | - |
| HSV(B) | 289.77º | 0.81% | 0.85% | - |
| XYZ | 34.22 | 17.41 | 67.89 | - |
| YUV | 105.72 | 191.37 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 218 | 0.14 | 0.81 | 0 | 0.15 | 289.77 | 0.7 | 0.51 |
| Hex | BC | 2A | DA | E | 51 | 0 | F | 122 | 46 | 33 |
| Octal | 274 | 52 | 332 | 16 | 121 | 0 | 17 | 442 | 106 | 63 |
| Binary | 10111100 | 101010 | 11011010 | 1110 | 1010001 | 0 | 1111 | 100100010 | 1000110 | 110011 |
Color Harmonies of #BC2ADA
Complementary color
Monochromatic Colors of #BC2ADA
Black with #BC2ADA
Text Example
Text Example
White with #BC2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2ADA; }
p { color: rgb(188,42,218); }
H1.HeaderClassName
{
color: #BC2ADA;
}
.AnyTagClassName
{
color: #BC2ADA;
}
</style>
background-color css
<style>
a { background-color: #BC2ADA; }
a { background-color: rgb(188,42,218); }
div.DivClassName
{
background-color: #BC2ADA;
}
.BgClassName
{
background-color: #BC2ADA;
}
</style>
border-color css
<style>
span { border-color: #BC2ADA; }
span { border-color: rgb(188,42,218); }
td.TdClassName
{
border-color: #BC2ADA;
}
.TagClassName
{
border-color: #BC2ADA;
}
</style>