Shades of Dark Orchid #BB28DE
Tints of Dark Orchid #BB28DE
RGB
CMYK
RGB Variations
Color information
#BB28DE (or 0xBB28DE) is known color: Dark Orchid. HEX triplet: BB, 28 and DE. RGB value is (187,40,222). Sum of RGB (Red+Green+Blue) = 187+40+222=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB28DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28DE is #44D721. Grayscale: #686868. Windows color (decimal): -4511522 or 14559419. OLE color: 14559419.
HSL color Cylindrical-coordinate representation of color #BB28DE: hue angle of 288.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB28DE is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 40 | 222 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.13 |
| HSL | 288.46º | 0.73% | 0.51% | - |
| HSV(B) | 288.46º | 0.82% | 0.87% | - |
| XYZ | 34.44 | 17.36 | 70.64 | - |
| YUV | 104.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 222 | 0.16 | 0.82 | 0 | 0.13 | 288.46 | 0.73 | 0.51 |
| Hex | BB | 28 | DE | 10 | 52 | 0 | D | 120 | 49 | 33 |
| Octal | 273 | 50 | 336 | 20 | 122 | 0 | 15 | 440 | 111 | 63 |
| Binary | 10111011 | 101000 | 11011110 | 10000 | 1010010 | 0 | 1101 | 100100000 | 1001001 | 110011 |
Color Harmonies of #BB28DE
Complementary color
Monochromatic Colors of #BB28DE
Black with #BB28DE
Text Example
Text Example
White with #BB28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28DE; }
p { color: rgb(187,40,222); }
H1.HeaderClassName
{
color: #BB28DE;
}
.AnyTagClassName
{
color: #BB28DE;
}
</style>
background-color css
<style>
a { background-color: #BB28DE; }
a { background-color: rgb(187,40,222); }
div.DivClassName
{
background-color: #BB28DE;
}
.BgClassName
{
background-color: #BB28DE;
}
</style>
border-color css
<style>
span { border-color: #BB28DE; }
span { border-color: rgb(187,40,222); }
td.TdClassName
{
border-color: #BB28DE;
}
.TagClassName
{
border-color: #BB28DE;
}
</style>