Shades of Dark Orchid #BB23DA
Tints of Dark Orchid #BB23DA
RGB
CMYK
RGB Variations
Color information
#BB23DA (or 0xBB23DA) is known color: Dark Orchid. HEX triplet: BB, 23 and DA. RGB value is (187,35,218). Sum of RGB (Red+Green+Blue) = 187+35+218=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB23DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23DA is #44DC25. Grayscale: #646464. Windows color (decimal): -4512806 or 14295995. OLE color: 14295995.
HSL color Cylindrical-coordinate representation of color #BB23DA: hue angle of 289.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB23DA is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 35 | 218 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.15 |
| HSL | 289.84º | 0.72% | 0.5% | - |
| HSV(B) | 289.84º | 0.84% | 0.85% | - |
| XYZ | 33.75 | 16.83 | 67.8 | - |
| YUV | 101.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 218 | 0.14 | 0.84 | 0 | 0.15 | 289.84 | 0.72 | 0.5 |
| Hex | BB | 23 | DA | E | 54 | 0 | F | 122 | 48 | 32 |
| Octal | 273 | 43 | 332 | 16 | 124 | 0 | 17 | 442 | 110 | 62 |
| Binary | 10111011 | 100011 | 11011010 | 1110 | 1010100 | 0 | 1111 | 100100010 | 1001000 | 110010 |
Color Harmonies of #BB23DA
Complementary color
Monochromatic Colors of #BB23DA
Black with #BB23DA
Text Example
Text Example
White with #BB23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23DA; }
p { color: rgb(187,35,218); }
H1.HeaderClassName
{
color: #BB23DA;
}
.AnyTagClassName
{
color: #BB23DA;
}
</style>
background-color css
<style>
a { background-color: #BB23DA; }
a { background-color: rgb(187,35,218); }
div.DivClassName
{
background-color: #BB23DA;
}
.BgClassName
{
background-color: #BB23DA;
}
</style>
border-color css
<style>
span { border-color: #BB23DA; }
span { border-color: rgb(187,35,218); }
td.TdClassName
{
border-color: #BB23DA;
}
.TagClassName
{
border-color: #BB23DA;
}
</style>