Shades of Dark Orchid #BB26DA
Tints of Dark Orchid #BB26DA
RGB
CMYK
RGB Variations
Color information
#BB26DA (or 0xBB26DA) is known color: Dark Orchid. HEX triplet: BB, 26 and DA. RGB value is (187,38,218). Sum of RGB (Red+Green+Blue) = 187+38+218=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB26DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26DA is #44D925. Grayscale: #666666. Windows color (decimal): -4512038 or 14296763. OLE color: 14296763.
HSL color Cylindrical-coordinate representation of color #BB26DA: hue angle of 289.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB26DA is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 38 | 218 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.15 |
| HSL | 289.67º | 0.71% | 0.5% | - |
| HSV(B) | 289.67º | 0.83% | 0.85% | - |
| XYZ | 33.84 | 17.01 | 67.83 | - |
| YUV | 103.07 | 192.86 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 218 | 0.14 | 0.83 | 0 | 0.15 | 289.67 | 0.71 | 0.5 |
| Hex | BB | 26 | DA | E | 53 | 0 | F | 122 | 47 | 32 |
| Octal | 273 | 46 | 332 | 16 | 123 | 0 | 17 | 442 | 107 | 62 |
| Binary | 10111011 | 100110 | 11011010 | 1110 | 1010011 | 0 | 1111 | 100100010 | 1000111 | 110010 |
Color Harmonies of #BB26DA
Complementary color
Monochromatic Colors of #BB26DA
Black with #BB26DA
Text Example
Text Example
White with #BB26DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB26DA; }
p { color: rgb(187,38,218); }
H1.HeaderClassName
{
color: #BB26DA;
}
.AnyTagClassName
{
color: #BB26DA;
}
</style>
background-color css
<style>
a { background-color: #BB26DA; }
a { background-color: rgb(187,38,218); }
div.DivClassName
{
background-color: #BB26DA;
}
.BgClassName
{
background-color: #BB26DA;
}
</style>
border-color css
<style>
span { border-color: #BB26DA; }
span { border-color: rgb(187,38,218); }
td.TdClassName
{
border-color: #BB26DA;
}
.TagClassName
{
border-color: #BB26DA;
}
</style>