Shades of Dark Orchid #BB23DE
Tints of Dark Orchid #BB23DE
RGB
CMYK
RGB Variations
Color information
#BB23DE (or 0xBB23DE) is known color: Dark Orchid. HEX triplet: BB, 23 and DE. RGB value is (187,35,222). Sum of RGB (Red+Green+Blue) = 187+35+222=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB23DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23DE is #44DC21. Grayscale: #656565. Windows color (decimal): -4512802 or 14558139. OLE color: 14558139.
HSL color Cylindrical-coordinate representation of color #BB23DE: hue angle of 288.77º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB23DE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 35 | 222 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.13 |
| HSL | 288.77º | 0.74% | 0.5% | - |
| HSV(B) | 288.77º | 0.84% | 0.87% | - |
| XYZ | 34.28 | 17.04 | 70.59 | - |
| YUV | 101.77 | 195.86 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 222 | 0.16 | 0.84 | 0 | 0.13 | 288.77 | 0.74 | 0.5 |
| Hex | BB | 23 | DE | 10 | 54 | 0 | D | 121 | 4A | 32 |
| Octal | 273 | 43 | 336 | 20 | 124 | 0 | 15 | 441 | 112 | 62 |
| Binary | 10111011 | 100011 | 11011110 | 10000 | 1010100 | 0 | 1101 | 100100001 | 1001010 | 110010 |
Color Harmonies of #BB23DE
Complementary color
Monochromatic Colors of #BB23DE
Black with #BB23DE
Text Example
Text Example
White with #BB23DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23DE; }
p { color: rgb(187,35,222); }
H1.HeaderClassName
{
color: #BB23DE;
}
.AnyTagClassName
{
color: #BB23DE;
}
</style>
background-color css
<style>
a { background-color: #BB23DE; }
a { background-color: rgb(187,35,222); }
div.DivClassName
{
background-color: #BB23DE;
}
.BgClassName
{
background-color: #BB23DE;
}
</style>
border-color css
<style>
span { border-color: #BB23DE; }
span { border-color: rgb(187,35,222); }
td.TdClassName
{
border-color: #BB23DE;
}
.TagClassName
{
border-color: #BB23DE;
}
</style>