Shades of Dark Orchid #BB23DF
Tints of Dark Orchid #BB23DF
RGB
CMYK
RGB Variations
Color information
#BB23DF (or 0xBB23DF) is known color: Dark Orchid. HEX triplet: BB, 23 and DF. RGB value is (187,35,223). Sum of RGB (Red+Green+Blue) = 187+35+223=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB23DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23DF is #44DC20. Grayscale: #656565. Windows color (decimal): -4512801 or 14623675. OLE color: 14623675.
HSL color Cylindrical-coordinate representation of color #BB23DF: hue angle of 288.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB23DF is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 35 | 223 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.13 |
| HSL | 288.51º | 0.75% | 0.51% | - |
| HSV(B) | 288.51º | 0.84% | 0.87% | - |
| XYZ | 34.41 | 17.09 | 71.3 | - |
| YUV | 101.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 223 | 0.16 | 0.84 | 0 | 0.13 | 288.51 | 0.75 | 0.51 |
| Hex | BB | 23 | DF | 10 | 54 | 0 | D | 121 | 4B | 33 |
| Octal | 273 | 43 | 337 | 20 | 124 | 0 | 15 | 441 | 113 | 63 |
| Binary | 10111011 | 100011 | 11011111 | 10000 | 1010100 | 0 | 1101 | 100100001 | 1001011 | 110011 |
Color Harmonies of #BB23DF
Complementary color
Monochromatic Colors of #BB23DF
Black with #BB23DF
Text Example
Text Example
White with #BB23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23DF; }
p { color: rgb(187,35,223); }
H1.HeaderClassName
{
color: #BB23DF;
}
.AnyTagClassName
{
color: #BB23DF;
}
</style>
background-color css
<style>
a { background-color: #BB23DF; }
a { background-color: rgb(187,35,223); }
div.DivClassName
{
background-color: #BB23DF;
}
.BgClassName
{
background-color: #BB23DF;
}
</style>
border-color css
<style>
span { border-color: #BB23DF; }
span { border-color: rgb(187,35,223); }
td.TdClassName
{
border-color: #BB23DF;
}
.TagClassName
{
border-color: #BB23DF;
}
</style>