Shades of Dark Orchid #BB28D4
Tints of Dark Orchid #BB28D4
RGB
CMYK
RGB Variations
Color information
#BB28D4 (or 0xBB28D4) is known color: Dark Orchid. HEX triplet: BB, 28 and D4. RGB value is (187,40,212). Sum of RGB (Red+Green+Blue) = 187+40+212=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB28D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28D4 is #44D72B. Grayscale: #676767. Windows color (decimal): -4511532 or 13904059. OLE color: 13904059.
HSL color Cylindrical-coordinate representation of color #BB28D4: hue angle of 291.28º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB28D4 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 40 | 212 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.17 |
| HSL | 291.28º | 0.68% | 0.49% | - |
| HSV(B) | 291.28º | 0.81% | 0.83% | - |
| XYZ | 33.14 | 16.84 | 63.79 | - |
| YUV | 103.56 | 189.2 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 212 | 0.12 | 0.81 | 0 | 0.17 | 291.28 | 0.68 | 0.49 |
| Hex | BB | 28 | D4 | C | 51 | 0 | 11 | 123 | 44 | 31 |
| Octal | 273 | 50 | 324 | 14 | 121 | 0 | 21 | 443 | 104 | 61 |
| Binary | 10111011 | 101000 | 11010100 | 1100 | 1010001 | 0 | 10001 | 100100011 | 1000100 | 110001 |
Color Harmonies of #BB28D4
Complementary color
Monochromatic Colors of #BB28D4
Black with #BB28D4
Text Example
Text Example
White with #BB28D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28D4; }
p { color: rgb(187,40,212); }
H1.HeaderClassName
{
color: #BB28D4;
}
.AnyTagClassName
{
color: #BB28D4;
}
</style>
background-color css
<style>
a { background-color: #BB28D4; }
a { background-color: rgb(187,40,212); }
div.DivClassName
{
background-color: #BB28D4;
}
.BgClassName
{
background-color: #BB28D4;
}
</style>
border-color css
<style>
span { border-color: #BB28D4; }
span { border-color: rgb(187,40,212); }
td.TdClassName
{
border-color: #BB28D4;
}
.TagClassName
{
border-color: #BB28D4;
}
</style>