Shades of Dark Orchid #BB26DD
Tints of Dark Orchid #BB26DD
RGB
CMYK
RGB Variations
Color information
#BB26DD (or 0xBB26DD) is known color: Dark Orchid. HEX triplet: BB, 26 and DD. RGB value is (187,38,221). Sum of RGB (Red+Green+Blue) = 187+38+221=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB26DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26DD is #44D922. Grayscale: #666666. Windows color (decimal): -4512035 or 14493371. OLE color: 14493371.
HSL color Cylindrical-coordinate representation of color #BB26DD: hue angle of 288.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB26DD is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 38 | 221 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.13 |
| HSL | 288.85º | 0.73% | 0.51% | - |
| HSV(B) | 288.85º | 0.83% | 0.87% | - |
| XYZ | 34.24 | 17.17 | 69.92 | - |
| YUV | 103.41 | 194.36 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 221 | 0.15 | 0.83 | 0 | 0.13 | 288.85 | 0.73 | 0.51 |
| Hex | BB | 26 | DD | F | 53 | 0 | D | 121 | 49 | 33 |
| Octal | 273 | 46 | 335 | 17 | 123 | 0 | 15 | 441 | 111 | 63 |
| Binary | 10111011 | 100110 | 11011101 | 1111 | 1010011 | 0 | 1101 | 100100001 | 1001001 | 110011 |
Color Harmonies of #BB26DD
Complementary color
Monochromatic Colors of #BB26DD
Black with #BB26DD
Text Example
Text Example
White with #BB26DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB26DD; }
p { color: rgb(187,38,221); }
H1.HeaderClassName
{
color: #BB26DD;
}
.AnyTagClassName
{
color: #BB26DD;
}
</style>
background-color css
<style>
a { background-color: #BB26DD; }
a { background-color: rgb(187,38,221); }
div.DivClassName
{
background-color: #BB26DD;
}
.BgClassName
{
background-color: #BB26DD;
}
</style>
border-color css
<style>
span { border-color: #BB26DD; }
span { border-color: rgb(187,38,221); }
td.TdClassName
{
border-color: #BB26DD;
}
.TagClassName
{
border-color: #BB26DD;
}
</style>