Shades of Dark Orchid #BB23E0
Tints of Dark Orchid #BB23E0
RGB
CMYK
RGB Variations
Color information
#BB23E0 (or 0xBB23E0) is known color: Dark Orchid. HEX triplet: BB, 23 and E0. RGB value is (187,35,224). Sum of RGB (Red+Green+Blue) = 187+35+224=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB23E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23E0 is #44DC1F. Grayscale: #656565. Windows color (decimal): -4512800 or 14689211. OLE color: 14689211.
HSL color Cylindrical-coordinate representation of color #BB23E0: hue angle of 288.25º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB23E0 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 35 | 224 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.12 |
| HSL | 288.25º | 0.75% | 0.51% | - |
| HSV(B) | 288.25º | 0.84% | 0.88% | - |
| XYZ | 34.55 | 17.15 | 72.01 | - |
| YUV | 101.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 224 | 0.17 | 0.84 | 0 | 0.12 | 288.25 | 0.75 | 0.51 |
| Hex | BB | 23 | E0 | 11 | 54 | 0 | C | 120 | 4B | 33 |
| Octal | 273 | 43 | 340 | 21 | 124 | 0 | 14 | 440 | 113 | 63 |
| Binary | 10111011 | 100011 | 11100000 | 10001 | 1010100 | 0 | 1100 | 100100000 | 1001011 | 110011 |
Color Harmonies of #BB23E0
Complementary color
Monochromatic Colors of #BB23E0
Black with #BB23E0
Text Example
Text Example
White with #BB23E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23E0; }
p { color: rgb(187,35,224); }
H1.HeaderClassName
{
color: #BB23E0;
}
.AnyTagClassName
{
color: #BB23E0;
}
</style>
background-color css
<style>
a { background-color: #BB23E0; }
a { background-color: rgb(187,35,224); }
div.DivClassName
{
background-color: #BB23E0;
}
.BgClassName
{
background-color: #BB23E0;
}
</style>
border-color css
<style>
span { border-color: #BB23E0; }
span { border-color: rgb(187,35,224); }
td.TdClassName
{
border-color: #BB23E0;
}
.TagClassName
{
border-color: #BB23E0;
}
</style>