Shades of Dark Orchid #BC28C5
Tints of Dark Orchid #BC28C5
RGB
CMYK
RGB Variations
Color information
#BC28C5 (or 0xBC28C5) is known color: Dark Orchid. HEX triplet: BC, 28 and C5. RGB value is (188,40,197). Sum of RGB (Red+Green+Blue) = 188+40+197=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC28C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28C5 is #43D73A. Grayscale: #656565. Windows color (decimal): -4446011 or 12921020. OLE color: 12921020.
HSL color Cylindrical-coordinate representation of color #BC28C5: hue angle of 296.56º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC28C5 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 40 | 197 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.23 |
| HSL | 296.56º | 0.66% | 0.46% | - |
| HSV(B) | 296.56º | 0.8% | 0.77% | - |
| XYZ | 31.58 | 16.24 | 54.29 | - |
| YUV | 102.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 197 | 0.05 | 0.80 | 0 | 0.23 | 296.56 | 0.66 | 0.46 |
| Hex | BC | 28 | C5 | 5 | 50 | 0 | 17 | 129 | 42 | 2E |
| Octal | 274 | 50 | 305 | 5 | 120 | 0 | 27 | 451 | 102 | 56 |
| Binary | 10111100 | 101000 | 11000101 | 101 | 1010000 | 0 | 10111 | 100101001 | 1000010 | 101110 |
Color Harmonies of #BC28C5
Complementary color
Monochromatic Colors of #BC28C5
Black with #BC28C5
Text Example
Text Example
White with #BC28C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28C5; }
p { color: rgb(188,40,197); }
H1.HeaderClassName
{
color: #BC28C5;
}
.AnyTagClassName
{
color: #BC28C5;
}
</style>
background-color css
<style>
a { background-color: #BC28C5; }
a { background-color: rgb(188,40,197); }
div.DivClassName
{
background-color: #BC28C5;
}
.BgClassName
{
background-color: #BC28C5;
}
</style>
border-color css
<style>
span { border-color: #BC28C5; }
span { border-color: rgb(188,40,197); }
td.TdClassName
{
border-color: #BC28C5;
}
.TagClassName
{
border-color: #BC28C5;
}
</style>