Shades of Dark Orchid #BC2BCD
Tints of Dark Orchid #BC2BCD
RGB
CMYK
RGB Variations
Color information
#BC2BCD (or 0xBC2BCD) is known color: Dark Orchid. HEX triplet: BC, 2B and CD. RGB value is (188,43,205). Sum of RGB (Red+Green+Blue) = 188+43+205=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC2BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BCD is #43D432. Grayscale: #686868. Windows color (decimal): -4445235 or 13446076. OLE color: 13446076.
HSL color Cylindrical-coordinate representation of color #BC2BCD: hue angle of 293.7º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2BCD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 43 | 205 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.20 |
| HSL | 293.7º | 0.65% | 0.49% | - |
| HSV(B) | 293.7º | 0.79% | 0.8% | - |
| XYZ | 32.62 | 16.83 | 59.29 | - |
| YUV | 104.82 | 184.54 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 205 | 0.08 | 0.79 | 0 | 0.20 | 293.7 | 0.65 | 0.49 |
| Hex | BC | 2B | CD | 8 | 4F | 0 | 14 | 126 | 41 | 31 |
| Octal | 274 | 53 | 315 | 10 | 117 | 0 | 24 | 446 | 101 | 61 |
| Binary | 10111100 | 101011 | 11001101 | 1000 | 1001111 | 0 | 10100 | 100100110 | 1000001 | 110001 |
Color Harmonies of #BC2BCD
Complementary color
Monochromatic Colors of #BC2BCD
Black with #BC2BCD
Text Example
Text Example
White with #BC2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BCD; }
p { color: rgb(188,43,205); }
H1.HeaderClassName
{
color: #BC2BCD;
}
.AnyTagClassName
{
color: #BC2BCD;
}
</style>
background-color css
<style>
a { background-color: #BC2BCD; }
a { background-color: rgb(188,43,205); }
div.DivClassName
{
background-color: #BC2BCD;
}
.BgClassName
{
background-color: #BC2BCD;
}
</style>
border-color css
<style>
span { border-color: #BC2BCD; }
span { border-color: rgb(188,43,205); }
td.TdClassName
{
border-color: #BC2BCD;
}
.TagClassName
{
border-color: #BC2BCD;
}
</style>