Shades of Dark Orchid #BC25DA
Tints of Dark Orchid #BC25DA
RGB
CMYK
RGB Variations
Color information
#BC25DA (or 0xBC25DA) is known color: Dark Orchid. HEX triplet: BC, 25 and DA. RGB value is (188,37,218). Sum of RGB (Red+Green+Blue) = 188+37+218=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25DA is #43DA25. Grayscale: #666666. Windows color (decimal): -4446758 or 14296508. OLE color: 14296508.
HSL color Cylindrical-coordinate representation of color #BC25DA: hue angle of 290.06º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC25DA is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 37 | 218 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.15 |
| HSL | 290.06º | 0.71% | 0.5% | - |
| HSV(B) | 290.06º | 0.83% | 0.85% | - |
| XYZ | 34.06 | 17.08 | 67.83 | - |
| YUV | 102.78 | 193.03 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 218 | 0.14 | 0.83 | 0 | 0.15 | 290.06 | 0.71 | 0.5 |
| Hex | BC | 25 | DA | E | 53 | 0 | F | 122 | 47 | 32 |
| Octal | 274 | 45 | 332 | 16 | 123 | 0 | 17 | 442 | 107 | 62 |
| Binary | 10111100 | 100101 | 11011010 | 1110 | 1010011 | 0 | 1111 | 100100010 | 1000111 | 110010 |
Color Harmonies of #BC25DA
Complementary color
Monochromatic Colors of #BC25DA
Black with #BC25DA
Text Example
Text Example
White with #BC25DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25DA; }
p { color: rgb(188,37,218); }
H1.HeaderClassName
{
color: #BC25DA;
}
.AnyTagClassName
{
color: #BC25DA;
}
</style>
background-color css
<style>
a { background-color: #BC25DA; }
a { background-color: rgb(188,37,218); }
div.DivClassName
{
background-color: #BC25DA;
}
.BgClassName
{
background-color: #BC25DA;
}
</style>
border-color css
<style>
span { border-color: #BC25DA; }
span { border-color: rgb(188,37,218); }
td.TdClassName
{
border-color: #BC25DA;
}
.TagClassName
{
border-color: #BC25DA;
}
</style>