Shades of Dark Orchid #BC2AD5
Tints of Dark Orchid #BC2AD5
RGB
CMYK
RGB Variations
Color information
#BC2AD5 (or 0xBC2AD5) is known color: Dark Orchid. HEX triplet: BC, 2A and D5. RGB value is (188,42,213). Sum of RGB (Red+Green+Blue) = 188+42+213=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC2AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2AD5 is #43D52A. Grayscale: #686868. Windows color (decimal): -4445483 or 13970108. OLE color: 13970108.
HSL color Cylindrical-coordinate representation of color #BC2AD5: hue angle of 291.23º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2AD5 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 42 | 213 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.16 |
| HSL | 291.23º | 0.67% | 0.5% | - |
| HSV(B) | 291.23º | 0.8% | 0.84% | - |
| XYZ | 33.58 | 17.15 | 64.49 | - |
| YUV | 105.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 42 | 213 | 0.12 | 0.80 | 0 | 0.16 | 291.23 | 0.67 | 0.5 |
| Hex | BC | 2A | D5 | C | 50 | 0 | 10 | 123 | 43 | 32 |
| Octal | 274 | 52 | 325 | 14 | 120 | 0 | 20 | 443 | 103 | 62 |
| Binary | 10111100 | 101010 | 11010101 | 1100 | 1010000 | 0 | 10000 | 100100011 | 1000011 | 110010 |
Color Harmonies of #BC2AD5
Complementary color
Monochromatic Colors of #BC2AD5
Black with #BC2AD5
Text Example
Text Example
White with #BC2AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2AD5; }
p { color: rgb(188,42,213); }
H1.HeaderClassName
{
color: #BC2AD5;
}
.AnyTagClassName
{
color: #BC2AD5;
}
</style>
background-color css
<style>
a { background-color: #BC2AD5; }
a { background-color: rgb(188,42,213); }
div.DivClassName
{
background-color: #BC2AD5;
}
.BgClassName
{
background-color: #BC2AD5;
}
</style>
border-color css
<style>
span { border-color: #BC2AD5; }
span { border-color: rgb(188,42,213); }
td.TdClassName
{
border-color: #BC2AD5;
}
.TagClassName
{
border-color: #BC2AD5;
}
</style>