Shades of Dark Orchid #BC2DD5
Tints of Dark Orchid #BC2DD5
RGB
CMYK
RGB Variations
Color information
#BC2DD5 (or 0xBC2DD5) is known color: Dark Orchid. HEX triplet: BC, 2D and D5. RGB value is (188,45,213). Sum of RGB (Red+Green+Blue) = 188+45+213=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC2DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DD5 is #43D22A. Grayscale: #6A6A6A. Windows color (decimal): -4444715 or 13970876. OLE color: 13970876.
HSL color Cylindrical-coordinate representation of color #BC2DD5: hue angle of 291.07º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2DD5 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 45 | 213 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.16 |
| HSL | 291.07º | 0.67% | 0.51% | - |
| HSV(B) | 291.07º | 0.79% | 0.84% | - |
| XYZ | 33.69 | 17.37 | 64.53 | - |
| YUV | 106.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 213 | 0.12 | 0.79 | 0 | 0.16 | 291.07 | 0.67 | 0.51 |
| Hex | BC | 2D | D5 | C | 4F | 0 | 10 | 123 | 43 | 33 |
| Octal | 274 | 55 | 325 | 14 | 117 | 0 | 20 | 443 | 103 | 63 |
| Binary | 10111100 | 101101 | 11010101 | 1100 | 1001111 | 0 | 10000 | 100100011 | 1000011 | 110011 |
Color Harmonies of #BC2DD5
Complementary color
Monochromatic Colors of #BC2DD5
Black with #BC2DD5
Text Example
Text Example
White with #BC2DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DD5; }
p { color: rgb(188,45,213); }
H1.HeaderClassName
{
color: #BC2DD5;
}
.AnyTagClassName
{
color: #BC2DD5;
}
</style>
background-color css
<style>
a { background-color: #BC2DD5; }
a { background-color: rgb(188,45,213); }
div.DivClassName
{
background-color: #BC2DD5;
}
.BgClassName
{
background-color: #BC2DD5;
}
</style>
border-color css
<style>
span { border-color: #BC2DD5; }
span { border-color: rgb(188,45,213); }
td.TdClassName
{
border-color: #BC2DD5;
}
.TagClassName
{
border-color: #BC2DD5;
}
</style>