Shades of Dark Orchid #BB26D5
Tints of Dark Orchid #BB26D5
RGB
CMYK
RGB Variations
Color information
#BB26D5 (or 0xBB26D5) is known color: Dark Orchid. HEX triplet: BB, 26 and D5. RGB value is (187,38,213). Sum of RGB (Red+Green+Blue) = 187+38+213=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB26D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26D5 is #44D92A. Grayscale: #656565. Windows color (decimal): -4512043 or 13969083. OLE color: 13969083.
HSL color Cylindrical-coordinate representation of color #BB26D5: hue angle of 291.09º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB26D5 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 38 | 213 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.16 |
| HSL | 291.09º | 0.7% | 0.49% | - |
| HSV(B) | 291.09º | 0.82% | 0.84% | - |
| XYZ | 33.2 | 16.76 | 64.44 | - |
| YUV | 102.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 213 | 0.12 | 0.82 | 0 | 0.16 | 291.09 | 0.7 | 0.49 |
| Hex | BB | 26 | D5 | C | 52 | 0 | 10 | 123 | 46 | 31 |
| Octal | 273 | 46 | 325 | 14 | 122 | 0 | 20 | 443 | 106 | 61 |
| Binary | 10111011 | 100110 | 11010101 | 1100 | 1010010 | 0 | 10000 | 100100011 | 1000110 | 110001 |
Color Harmonies of #BB26D5
Complementary color
Monochromatic Colors of #BB26D5
Black with #BB26D5
Text Example
Text Example
White with #BB26D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB26D5; }
p { color: rgb(187,38,213); }
H1.HeaderClassName
{
color: #BB26D5;
}
.AnyTagClassName
{
color: #BB26D5;
}
</style>
background-color css
<style>
a { background-color: #BB26D5; }
a { background-color: rgb(187,38,213); }
div.DivClassName
{
background-color: #BB26D5;
}
.BgClassName
{
background-color: #BB26D5;
}
</style>
border-color css
<style>
span { border-color: #BB26D5; }
span { border-color: rgb(187,38,213); }
td.TdClassName
{
border-color: #BB26D5;
}
.TagClassName
{
border-color: #BB26D5;
}
</style>