Shades of Dark Orchid #BC28C7
Tints of Dark Orchid #BC28C7
RGB
CMYK
RGB Variations
Color information
#BC28C7 (or 0xBC28C7) is known color: Dark Orchid. HEX triplet: BC, 28 and C7. RGB value is (188,40,199). Sum of RGB (Red+Green+Blue) = 188+40+199=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC28C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28C7 is #43D738. Grayscale: #656565. Windows color (decimal): -4446009 or 13052092. OLE color: 13052092.
HSL color Cylindrical-coordinate representation of color #BC28C7: hue angle of 295.85º degrees, saturation: 0.67, 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 #BC28C7 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 40 | 199 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.22 |
| HSL | 295.85º | 0.67% | 0.47% | - |
| HSV(B) | 295.85º | 0.8% | 0.78% | - |
| XYZ | 31.81 | 16.33 | 55.51 | - |
| YUV | 102.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 199 | 0.06 | 0.80 | 0 | 0.22 | 295.85 | 0.67 | 0.47 |
| Hex | BC | 28 | C7 | 6 | 50 | 0 | 16 | 128 | 43 | 2F |
| Octal | 274 | 50 | 307 | 6 | 120 | 0 | 26 | 450 | 103 | 57 |
| Binary | 10111100 | 101000 | 11000111 | 110 | 1010000 | 0 | 10110 | 100101000 | 1000011 | 101111 |
Color Harmonies of #BC28C7
Complementary color
Monochromatic Colors of #BC28C7
Black with #BC28C7
Text Example
Text Example
White with #BC28C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28C7; }
p { color: rgb(188,40,199); }
H1.HeaderClassName
{
color: #BC28C7;
}
.AnyTagClassName
{
color: #BC28C7;
}
</style>
background-color css
<style>
a { background-color: #BC28C7; }
a { background-color: rgb(188,40,199); }
div.DivClassName
{
background-color: #BC28C7;
}
.BgClassName
{
background-color: #BC28C7;
}
</style>
border-color css
<style>
span { border-color: #BC28C7; }
span { border-color: rgb(188,40,199); }
td.TdClassName
{
border-color: #BC28C7;
}
.TagClassName
{
border-color: #BC28C7;
}
</style>