Shades of Dark Orchid #BC2DDA
Tints of Dark Orchid #BC2DDA
RGB
CMYK
RGB Variations
Color information
#BC2DDA (or 0xBC2DDA) is known color: Dark Orchid. HEX triplet: BC, 2D and DA. RGB value is (188,45,218). Sum of RGB (Red+Green+Blue) = 188+45+218=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DDA is #43D225. Grayscale: #6A6A6A. Windows color (decimal): -4444710 or 14298556. OLE color: 14298556.
HSL color Cylindrical-coordinate representation of color #BC2DDA: hue angle of 289.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2DDA is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 45 | 218 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.15 |
| HSL | 289.6º | 0.7% | 0.52% | - |
| HSV(B) | 289.6º | 0.79% | 0.85% | - |
| XYZ | 34.33 | 17.63 | 67.92 | - |
| YUV | 107.48 | 190.38 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 218 | 0.14 | 0.79 | 0 | 0.15 | 289.6 | 0.7 | 0.52 |
| Hex | BC | 2D | DA | E | 4F | 0 | F | 122 | 46 | 34 |
| Octal | 274 | 55 | 332 | 16 | 117 | 0 | 17 | 442 | 106 | 64 |
| Binary | 10111100 | 101101 | 11011010 | 1110 | 1001111 | 0 | 1111 | 100100010 | 1000110 | 110100 |
Color Harmonies of #BC2DDA
Complementary color
Monochromatic Colors of #BC2DDA
Black with #BC2DDA
Text Example
Text Example
White with #BC2DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DDA; }
p { color: rgb(188,45,218); }
H1.HeaderClassName
{
color: #BC2DDA;
}
.AnyTagClassName
{
color: #BC2DDA;
}
</style>
background-color css
<style>
a { background-color: #BC2DDA; }
a { background-color: rgb(188,45,218); }
div.DivClassName
{
background-color: #BC2DDA;
}
.BgClassName
{
background-color: #BC2DDA;
}
</style>
border-color css
<style>
span { border-color: #BC2DDA; }
span { border-color: rgb(188,45,218); }
td.TdClassName
{
border-color: #BC2DDA;
}
.TagClassName
{
border-color: #BC2DDA;
}
</style>