Shades of Dark Orchid #BB28DC
Tints of Dark Orchid #BB28DC
RGB
CMYK
RGB Variations
Color information
#BB28DC (or 0xBB28DC) is known color: Dark Orchid. HEX triplet: BB, 28 and DC. RGB value is (187,40,220). Sum of RGB (Red+Green+Blue) = 187+40+220=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB28DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28DC is #44D723. Grayscale: #676767. Windows color (decimal): -4511524 or 14428347. OLE color: 14428347.
HSL color Cylindrical-coordinate representation of color #BB28DC: hue angle of 289º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB28DC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 40 | 220 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.14 |
| HSL | 289º | 0.72% | 0.51% | - |
| HSV(B) | 289º | 0.82% | 0.86% | - |
| XYZ | 34.17 | 17.25 | 69.24 | - |
| YUV | 104.47 | 193.2 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 220 | 0.15 | 0.82 | 0 | 0.14 | 289 | 0.72 | 0.51 |
| Hex | BB | 28 | DC | F | 52 | 0 | E | 121 | 48 | 33 |
| Octal | 273 | 50 | 334 | 17 | 122 | 0 | 16 | 441 | 110 | 63 |
| Binary | 10111011 | 101000 | 11011100 | 1111 | 1010010 | 0 | 1110 | 100100001 | 1001000 | 110011 |
Color Harmonies of #BB28DC
Complementary color
Monochromatic Colors of #BB28DC
Black with #BB28DC
Text Example
Text Example
White with #BB28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28DC; }
p { color: rgb(187,40,220); }
H1.HeaderClassName
{
color: #BB28DC;
}
.AnyTagClassName
{
color: #BB28DC;
}
</style>
background-color css
<style>
a { background-color: #BB28DC; }
a { background-color: rgb(187,40,220); }
div.DivClassName
{
background-color: #BB28DC;
}
.BgClassName
{
background-color: #BB28DC;
}
</style>
border-color css
<style>
span { border-color: #BB28DC; }
span { border-color: rgb(187,40,220); }
td.TdClassName
{
border-color: #BB28DC;
}
.TagClassName
{
border-color: #BB28DC;
}
</style>