Shades of Dark Orchid #BB28CD
Tints of Dark Orchid #BB28CD
RGB
CMYK
RGB Variations
Color information
#BB28CD (or 0xBB28CD) is known color: Dark Orchid. HEX triplet: BB, 28 and CD. RGB value is (187,40,205). Sum of RGB (Red+Green+Blue) = 187+40+205=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB28CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28CD is #44D732. Grayscale: #666666. Windows color (decimal): -4511539 or 13445307. OLE color: 13445307.
HSL color Cylindrical-coordinate representation of color #BB28CD: hue angle of 293.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB28CD is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 40 | 205 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.20 |
| HSL | 293.45º | 0.67% | 0.48% | - |
| HSV(B) | 293.45º | 0.8% | 0.8% | - |
| XYZ | 32.27 | 16.49 | 59.24 | - |
| YUV | 102.76 | 185.7 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 205 | 0.09 | 0.80 | 0 | 0.20 | 293.45 | 0.67 | 0.48 |
| Hex | BB | 28 | CD | 9 | 50 | 0 | 14 | 125 | 43 | 30 |
| Octal | 273 | 50 | 315 | 11 | 120 | 0 | 24 | 445 | 103 | 60 |
| Binary | 10111011 | 101000 | 11001101 | 1001 | 1010000 | 0 | 10100 | 100100101 | 1000011 | 110000 |
Color Harmonies of #BB28CD
Complementary color
Monochromatic Colors of #BB28CD
Black with #BB28CD
Text Example
Text Example
White with #BB28CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28CD; }
p { color: rgb(187,40,205); }
H1.HeaderClassName
{
color: #BB28CD;
}
.AnyTagClassName
{
color: #BB28CD;
}
</style>
background-color css
<style>
a { background-color: #BB28CD; }
a { background-color: rgb(187,40,205); }
div.DivClassName
{
background-color: #BB28CD;
}
.BgClassName
{
background-color: #BB28CD;
}
</style>
border-color css
<style>
span { border-color: #BB28CD; }
span { border-color: rgb(187,40,205); }
td.TdClassName
{
border-color: #BB28CD;
}
.TagClassName
{
border-color: #BB28CD;
}
</style>