Shades of Dark Orchid #BC28C6
Tints of Dark Orchid #BC28C6
RGB
CMYK
RGB Variations
Color information
#BC28C6 (or 0xBC28C6) is known color: Dark Orchid. HEX triplet: BC, 28 and C6. RGB value is (188,40,198). Sum of RGB (Red+Green+Blue) = 188+40+198=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC28C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28C6 is #43D739. Grayscale: #656565. Windows color (decimal): -4446010 or 12986556. OLE color: 12986556.
HSL color Cylindrical-coordinate representation of color #BC28C6: hue angle of 296.2º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC28C6 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 40 | 198 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.22 |
| HSL | 296.2º | 0.66% | 0.47% | - |
| HSV(B) | 296.2º | 0.8% | 0.78% | - |
| XYZ | 31.69 | 16.29 | 54.9 | - |
| YUV | 102.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 198 | 0.05 | 0.80 | 0 | 0.22 | 296.2 | 0.66 | 0.47 |
| Hex | BC | 28 | C6 | 5 | 50 | 0 | 16 | 128 | 42 | 2F |
| Octal | 274 | 50 | 306 | 5 | 120 | 0 | 26 | 450 | 102 | 57 |
| Binary | 10111100 | 101000 | 11000110 | 101 | 1010000 | 0 | 10110 | 100101000 | 1000010 | 101111 |
Color Harmonies of #BC28C6
Complementary color
Monochromatic Colors of #BC28C6
Black with #BC28C6
Text Example
Text Example
White with #BC28C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28C6; }
p { color: rgb(188,40,198); }
H1.HeaderClassName
{
color: #BC28C6;
}
.AnyTagClassName
{
color: #BC28C6;
}
</style>
background-color css
<style>
a { background-color: #BC28C6; }
a { background-color: rgb(188,40,198); }
div.DivClassName
{
background-color: #BC28C6;
}
.BgClassName
{
background-color: #BC28C6;
}
</style>
border-color css
<style>
span { border-color: #BC28C6; }
span { border-color: rgb(188,40,198); }
td.TdClassName
{
border-color: #BC28C6;
}
.TagClassName
{
border-color: #BC28C6;
}
</style>