Shades of Dark Orchid #BC25D5
Tints of Dark Orchid #BC25D5
RGB
CMYK
RGB Variations
Color information
#BC25D5 (or 0xBC25D5) is known color: Dark Orchid. HEX triplet: BC, 25 and D5. RGB value is (188,37,213). Sum of RGB (Red+Green+Blue) = 188+37+213=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC25D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25D5 is #43DA2A. Grayscale: #656565. Windows color (decimal): -4446763 or 13968828. OLE color: 13968828.
HSL color Cylindrical-coordinate representation of color #BC25D5: hue angle of 291.48º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC25D5 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 37 | 213 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.16 |
| HSL | 291.48º | 0.7% | 0.49% | - |
| HSV(B) | 291.48º | 0.83% | 0.84% | - |
| XYZ | 33.41 | 16.82 | 64.44 | - |
| YUV | 102.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 213 | 0.12 | 0.83 | 0 | 0.16 | 291.48 | 0.7 | 0.49 |
| Hex | BC | 25 | D5 | C | 53 | 0 | 10 | 123 | 46 | 31 |
| Octal | 274 | 45 | 325 | 14 | 123 | 0 | 20 | 443 | 106 | 61 |
| Binary | 10111100 | 100101 | 11010101 | 1100 | 1010011 | 0 | 10000 | 100100011 | 1000110 | 110001 |
Color Harmonies of #BC25D5
Complementary color
Monochromatic Colors of #BC25D5
Black with #BC25D5
Text Example
Text Example
White with #BC25D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25D5; }
p { color: rgb(188,37,213); }
H1.HeaderClassName
{
color: #BC25D5;
}
.AnyTagClassName
{
color: #BC25D5;
}
</style>
background-color css
<style>
a { background-color: #BC25D5; }
a { background-color: rgb(188,37,213); }
div.DivClassName
{
background-color: #BC25D5;
}
.BgClassName
{
background-color: #BC25D5;
}
</style>
border-color css
<style>
span { border-color: #BC25D5; }
span { border-color: rgb(188,37,213); }
td.TdClassName
{
border-color: #BC25D5;
}
.TagClassName
{
border-color: #BC25D5;
}
</style>