Shades of Dark Orchid #BB26DF
Tints of Dark Orchid #BB26DF
RGB
CMYK
RGB Variations
Color information
#BB26DF (or 0xBB26DF) is known color: Dark Orchid. HEX triplet: BB, 26 and DF. RGB value is (187,38,223). Sum of RGB (Red+Green+Blue) = 187+38+223=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 38 (15.23% from 255 or 8.48% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB26DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB26DF is #44D920. Grayscale: #676767. Windows color (decimal): -4512033 or 14624443. OLE color: 14624443.
HSL color Cylindrical-coordinate representation of color #BB26DF: hue angle of 288.32º degrees, saturation: 0.74, 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 #BB26DF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 38 | 223 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.13 |
| HSL | 288.32º | 0.74% | 0.51% | - |
| HSV(B) | 288.32º | 0.83% | 0.87% | - |
| XYZ | 34.51 | 17.28 | 71.33 | - |
| YUV | 103.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 223 | 0.16 | 0.83 | 0 | 0.13 | 288.32 | 0.74 | 0.51 |
| Hex | BB | 26 | DF | 10 | 53 | 0 | D | 120 | 4A | 33 |
| Octal | 273 | 46 | 337 | 20 | 123 | 0 | 15 | 440 | 112 | 63 |
| Binary | 10111011 | 100110 | 11011111 | 10000 | 1010011 | 0 | 1101 | 100100000 | 1001010 | 110011 |
Color Harmonies of #BB26DF
Complementary color
Monochromatic Colors of #BB26DF
Black with #BB26DF
Text Example
Text Example
White with #BB26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB26DF; }
p { color: rgb(187,38,223); }
H1.HeaderClassName
{
color: #BB26DF;
}
.AnyTagClassName
{
color: #BB26DF;
}
</style>
background-color css
<style>
a { background-color: #BB26DF; }
a { background-color: rgb(187,38,223); }
div.DivClassName
{
background-color: #BB26DF;
}
.BgClassName
{
background-color: #BB26DF;
}
</style>
border-color css
<style>
span { border-color: #BB26DF; }
span { border-color: rgb(187,38,223); }
td.TdClassName
{
border-color: #BB26DF;
}
.TagClassName
{
border-color: #BB26DF;
}
</style>