Shades of Dark Orchid #BB23D8
Tints of Dark Orchid #BB23D8
RGB
CMYK
RGB Variations
Color information
#BB23D8 (or 0xBB23D8) is known color: Dark Orchid. HEX triplet: BB, 23 and D8. RGB value is (187,35,216). Sum of RGB (Red+Green+Blue) = 187+35+216=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB23D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23D8 is #44DC27. Grayscale: #646464. Windows color (decimal): -4512808 or 14164923. OLE color: 14164923.
HSL color Cylindrical-coordinate representation of color #BB23D8: hue angle of 290.39º 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 #BB23D8 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 35 | 216 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.15 |
| HSL | 290.39º | 0.72% | 0.49% | - |
| HSV(B) | 290.39º | 0.84% | 0.85% | - |
| XYZ | 33.49 | 16.72 | 66.43 | - |
| YUV | 101.08 | 192.86 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 216 | 0.13 | 0.84 | 0 | 0.15 | 290.39 | 0.72 | 0.49 |
| Hex | BB | 23 | D8 | D | 54 | 0 | F | 122 | 48 | 31 |
| Octal | 273 | 43 | 330 | 15 | 124 | 0 | 17 | 442 | 110 | 61 |
| Binary | 10111011 | 100011 | 11011000 | 1101 | 1010100 | 0 | 1111 | 100100010 | 1001000 | 110001 |
Color Harmonies of #BB23D8
Complementary color
Monochromatic Colors of #BB23D8
Black with #BB23D8
Text Example
Text Example
White with #BB23D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23D8; }
p { color: rgb(187,35,216); }
H1.HeaderClassName
{
color: #BB23D8;
}
.AnyTagClassName
{
color: #BB23D8;
}
</style>
background-color css
<style>
a { background-color: #BB23D8; }
a { background-color: rgb(187,35,216); }
div.DivClassName
{
background-color: #BB23D8;
}
.BgClassName
{
background-color: #BB23D8;
}
</style>
border-color css
<style>
span { border-color: #BB23D8; }
span { border-color: rgb(187,35,216); }
td.TdClassName
{
border-color: #BB23D8;
}
.TagClassName
{
border-color: #BB23D8;
}
</style>