Shades of Dark Orchid #BB28DD
Tints of Dark Orchid #BB28DD
RGB
CMYK
RGB Variations
Color information
#BB28DD (or 0xBB28DD) is known color: Dark Orchid. HEX triplet: BB, 28 and DD. RGB value is (187,40,221). Sum of RGB (Red+Green+Blue) = 187+40+221=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28DD is #44D722. Grayscale: #686868. Windows color (decimal): -4511523 or 14493883. OLE color: 14493883.
HSL color Cylindrical-coordinate representation of color #BB28DD: hue angle of 288.73º 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 #BB28DD is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 40 | 221 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.13 |
| HSL | 288.73º | 0.73% | 0.51% | - |
| HSV(B) | 288.73º | 0.82% | 0.87% | - |
| XYZ | 34.3 | 17.3 | 69.94 | - |
| YUV | 104.59 | 193.7 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 221 | 0.15 | 0.82 | 0 | 0.13 | 288.73 | 0.73 | 0.51 |
| Hex | BB | 28 | DD | F | 52 | 0 | D | 121 | 49 | 33 |
| Octal | 273 | 50 | 335 | 17 | 122 | 0 | 15 | 441 | 111 | 63 |
| Binary | 10111011 | 101000 | 11011101 | 1111 | 1010010 | 0 | 1101 | 100100001 | 1001001 | 110011 |
Color Harmonies of #BB28DD
Complementary color
Monochromatic Colors of #BB28DD
Black with #BB28DD
Text Example
Text Example
White with #BB28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28DD; }
p { color: rgb(187,40,221); }
H1.HeaderClassName
{
color: #BB28DD;
}
.AnyTagClassName
{
color: #BB28DD;
}
</style>
background-color css
<style>
a { background-color: #BB28DD; }
a { background-color: rgb(187,40,221); }
div.DivClassName
{
background-color: #BB28DD;
}
.BgClassName
{
background-color: #BB28DD;
}
</style>
border-color css
<style>
span { border-color: #BB28DD; }
span { border-color: rgb(187,40,221); }
td.TdClassName
{
border-color: #BB28DD;
}
.TagClassName
{
border-color: #BB28DD;
}
</style>