Shades of Dark Orchid #BC28CC
Tints of Dark Orchid #BC28CC
RGB
CMYK
RGB Variations
Color information
#BC28CC (or 0xBC28CC) is known color: Dark Orchid. HEX triplet: BC, 28 and CC. RGB value is (188,40,204). Sum of RGB (Red+Green+Blue) = 188+40+204=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28CC is #43D733. Grayscale: #666666. Windows color (decimal): -4446004 or 13379772. OLE color: 13379772.
HSL color Cylindrical-coordinate representation of color #BC28CC: hue angle of 294.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC28CC is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 40 | 204 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.2 |
| HSL | 294.15º | 0.67% | 0.48% | - |
| HSV(B) | 294.15º | 0.8% | 0.8% | - |
| XYZ | 32.4 | 16.57 | 58.62 | - |
| YUV | 102.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 204 | 0.08 | 0.80 | 0 | 0.2 | 294.15 | 0.67 | 0.48 |
| Hex | BC | 28 | CC | 8 | 50 | 0 | 14 | 126 | 43 | 30 |
| Octal | 274 | 50 | 314 | 10 | 120 | 0 | 24 | 446 | 103 | 60 |
| Binary | 10111100 | 101000 | 11001100 | 1000 | 1010000 | 0 | 10100 | 100100110 | 1000011 | 110000 |
Color Harmonies of #BC28CC
Complementary color
Monochromatic Colors of #BC28CC
Black with #BC28CC
Text Example
Text Example
White with #BC28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28CC; }
p { color: rgb(188,40,204); }
H1.HeaderClassName
{
color: #BC28CC;
}
.AnyTagClassName
{
color: #BC28CC;
}
</style>
background-color css
<style>
a { background-color: #BC28CC; }
a { background-color: rgb(188,40,204); }
div.DivClassName
{
background-color: #BC28CC;
}
.BgClassName
{
background-color: #BC28CC;
}
</style>
border-color css
<style>
span { border-color: #BC28CC; }
span { border-color: rgb(188,40,204); }
td.TdClassName
{
border-color: #BC28CC;
}
.TagClassName
{
border-color: #BC28CC;
}
</style>