Shades of Dark Orchid #BB23D9
Tints of Dark Orchid #BB23D9
RGB
CMYK
RGB Variations
Color information
#BB23D9 (or 0xBB23D9) is known color: Dark Orchid. HEX triplet: BB, 23 and D9. RGB value is (187,35,217). Sum of RGB (Red+Green+Blue) = 187+35+217=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB23D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23D9 is #44DC26. Grayscale: #646464. Windows color (decimal): -4512807 or 14230459. OLE color: 14230459.
HSL color Cylindrical-coordinate representation of color #BB23D9: hue angle of 290.11º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB23D9 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 35 | 217 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.15 |
| HSL | 290.11º | 0.72% | 0.49% | - |
| HSV(B) | 290.11º | 0.84% | 0.85% | - |
| XYZ | 33.62 | 16.78 | 67.11 | - |
| YUV | 101.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 217 | 0.14 | 0.84 | 0 | 0.15 | 290.11 | 0.72 | 0.49 |
| Hex | BB | 23 | D9 | E | 54 | 0 | F | 122 | 48 | 31 |
| Octal | 273 | 43 | 331 | 16 | 124 | 0 | 17 | 442 | 110 | 61 |
| Binary | 10111011 | 100011 | 11011001 | 1110 | 1010100 | 0 | 1111 | 100100010 | 1001000 | 110001 |
Color Harmonies of #BB23D9
Complementary color
Monochromatic Colors of #BB23D9
Black with #BB23D9
Text Example
Text Example
White with #BB23D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23D9; }
p { color: rgb(187,35,217); }
H1.HeaderClassName
{
color: #BB23D9;
}
.AnyTagClassName
{
color: #BB23D9;
}
</style>
background-color css
<style>
a { background-color: #BB23D9; }
a { background-color: rgb(187,35,217); }
div.DivClassName
{
background-color: #BB23D9;
}
.BgClassName
{
background-color: #BB23D9;
}
</style>
border-color css
<style>
span { border-color: #BB23D9; }
span { border-color: rgb(187,35,217); }
td.TdClassName
{
border-color: #BB23D9;
}
.TagClassName
{
border-color: #BB23D9;
}
</style>