Shades of Dark Orchid #BC25DD
Tints of Dark Orchid #BC25DD
RGB
CMYK
RGB Variations
Color information
#BC25DD (or 0xBC25DD) is known color: Dark Orchid. HEX triplet: BC, 25 and DD. RGB value is (188,37,221). Sum of RGB (Red+Green+Blue) = 188+37+221=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC25DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25DD is #43DA22. Grayscale: #666666. Windows color (decimal): -4446755 or 14493116. OLE color: 14493116.
HSL color Cylindrical-coordinate representation of color #BC25DD: hue angle of 289.24º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC25DD is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 37 | 221 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.13 |
| HSL | 289.24º | 0.73% | 0.51% | - |
| HSV(B) | 289.24º | 0.83% | 0.87% | - |
| XYZ | 34.45 | 17.23 | 69.92 | - |
| YUV | 103.13 | 194.53 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 221 | 0.15 | 0.83 | 0 | 0.13 | 289.24 | 0.73 | 0.51 |
| Hex | BC | 25 | DD | F | 53 | 0 | D | 121 | 49 | 33 |
| Octal | 274 | 45 | 335 | 17 | 123 | 0 | 15 | 441 | 111 | 63 |
| Binary | 10111100 | 100101 | 11011101 | 1111 | 1010011 | 0 | 1101 | 100100001 | 1001001 | 110011 |
Color Harmonies of #BC25DD
Complementary color
Monochromatic Colors of #BC25DD
Black with #BC25DD
Text Example
Text Example
White with #BC25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25DD; }
p { color: rgb(188,37,221); }
H1.HeaderClassName
{
color: #BC25DD;
}
.AnyTagClassName
{
color: #BC25DD;
}
</style>
background-color css
<style>
a { background-color: #BC25DD; }
a { background-color: rgb(188,37,221); }
div.DivClassName
{
background-color: #BC25DD;
}
.BgClassName
{
background-color: #BC25DD;
}
</style>
border-color css
<style>
span { border-color: #BC25DD; }
span { border-color: rgb(188,37,221); }
td.TdClassName
{
border-color: #BC25DD;
}
.TagClassName
{
border-color: #BC25DD;
}
</style>