Shades of Dark Orchid #BC25DF
Tints of Dark Orchid #BC25DF
RGB
CMYK
RGB Variations
Color information
#BC25DF (or 0xBC25DF) is known color: Dark Orchid. HEX triplet: BC, 25 and DF. RGB value is (188,37,223). Sum of RGB (Red+Green+Blue) = 188+37+223=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25DF is #43DA20. Grayscale: #666666. Windows color (decimal): -4446753 or 14624188. OLE color: 14624188.
HSL color Cylindrical-coordinate representation of color #BC25DF: hue angle of 288.71º degrees, saturation: 0.74, 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 #BC25DF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 37 | 223 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.13 |
| HSL | 288.71º | 0.74% | 0.51% | - |
| HSV(B) | 288.71º | 0.83% | 0.87% | - |
| XYZ | 34.72 | 17.34 | 71.33 | - |
| YUV | 103.35 | 195.53 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 223 | 0.16 | 0.83 | 0 | 0.13 | 288.71 | 0.74 | 0.51 |
| Hex | BC | 25 | DF | 10 | 53 | 0 | D | 121 | 4A | 33 |
| Octal | 274 | 45 | 337 | 20 | 123 | 0 | 15 | 441 | 112 | 63 |
| Binary | 10111100 | 100101 | 11011111 | 10000 | 1010011 | 0 | 1101 | 100100001 | 1001010 | 110011 |
Color Harmonies of #BC25DF
Complementary color
Monochromatic Colors of #BC25DF
Black with #BC25DF
Text Example
Text Example
White with #BC25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25DF; }
p { color: rgb(188,37,223); }
H1.HeaderClassName
{
color: #BC25DF;
}
.AnyTagClassName
{
color: #BC25DF;
}
</style>
background-color css
<style>
a { background-color: #BC25DF; }
a { background-color: rgb(188,37,223); }
div.DivClassName
{
background-color: #BC25DF;
}
.BgClassName
{
background-color: #BC25DF;
}
</style>
border-color css
<style>
span { border-color: #BC25DF; }
span { border-color: rgb(188,37,223); }
td.TdClassName
{
border-color: #BC25DF;
}
.TagClassName
{
border-color: #BC25DF;
}
</style>