Shades of Dark Orchid #BC28C9
Tints of Dark Orchid #BC28C9
RGB
CMYK
RGB Variations
Color information
#BC28C9 (or 0xBC28C9) is known color: Dark Orchid. HEX triplet: BC, 28 and C9. RGB value is (188,40,201). Sum of RGB (Red+Green+Blue) = 188+40+201=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC28C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28C9 is #43D736. Grayscale: #666666. Windows color (decimal): -4446007 or 13183164. OLE color: 13183164.
HSL color Cylindrical-coordinate representation of color #BC28C9: hue angle of 295.16º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC28C9 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 40 | 201 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.21 |
| HSL | 295.16º | 0.67% | 0.47% | - |
| HSV(B) | 295.16º | 0.8% | 0.79% | - |
| XYZ | 32.04 | 16.43 | 56.74 | - |
| YUV | 102.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 201 | 0.06 | 0.80 | 0 | 0.21 | 295.16 | 0.67 | 0.47 |
| Hex | BC | 28 | C9 | 6 | 50 | 0 | 15 | 127 | 43 | 2F |
| Octal | 274 | 50 | 311 | 6 | 120 | 0 | 25 | 447 | 103 | 57 |
| Binary | 10111100 | 101000 | 11001001 | 110 | 1010000 | 0 | 10101 | 100100111 | 1000011 | 101111 |
Color Harmonies of #BC28C9
Complementary color
Monochromatic Colors of #BC28C9
Black with #BC28C9
Text Example
Text Example
White with #BC28C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28C9; }
p { color: rgb(188,40,201); }
H1.HeaderClassName
{
color: #BC28C9;
}
.AnyTagClassName
{
color: #BC28C9;
}
</style>
background-color css
<style>
a { background-color: #BC28C9; }
a { background-color: rgb(188,40,201); }
div.DivClassName
{
background-color: #BC28C9;
}
.BgClassName
{
background-color: #BC28C9;
}
</style>
border-color css
<style>
span { border-color: #BC28C9; }
span { border-color: rgb(188,40,201); }
td.TdClassName
{
border-color: #BC28C9;
}
.TagClassName
{
border-color: #BC28C9;
}
</style>