Shades of Medium Orchid #BB47DB
Tints of Medium Orchid #BB47DB
RGB
CMYK
RGB Variations
Color information
#BB47DB (or 0xBB47DB) is known color: Medium Orchid. HEX triplet: BB, 47 and DB. RGB value is (187,71,219). Sum of RGB (Red+Green+Blue) = 187+71+219=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47DB is #44B824. Grayscale: #7A7A7A. Windows color (decimal): -4503589 or 14370747. OLE color: 14370747.
HSL color Cylindrical-coordinate representation of color #BB47DB: hue angle of 287.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB47DB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 71 | 219 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.14 |
| HSL | 287.03º | 0.67% | 0.57% | - |
| HSV(B) | 287.03º | 0.68% | 0.86% | - |
| XYZ | 35.53 | 20.19 | 69.04 | - |
| YUV | 122.56 | 182.43 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 219 | 0.15 | 0.68 | 0 | 0.14 | 287.03 | 0.67 | 0.57 |
| Hex | BB | 47 | DB | F | 44 | 0 | E | 11F | 43 | 39 |
| Octal | 273 | 107 | 333 | 17 | 104 | 0 | 16 | 437 | 103 | 71 |
| Binary | 10111011 | 1000111 | 11011011 | 1111 | 1000100 | 0 | 1110 | 100011111 | 1000011 | 111001 |
Color Harmonies of #BB47DB
Complementary color
Monochromatic Colors of #BB47DB
Black with #BB47DB
Text Example
Text Example
White with #BB47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47DB; }
p { color: rgb(187,71,219); }
H1.HeaderClassName
{
color: #BB47DB;
}
.AnyTagClassName
{
color: #BB47DB;
}
</style>
background-color css
<style>
a { background-color: #BB47DB; }
a { background-color: rgb(187,71,219); }
div.DivClassName
{
background-color: #BB47DB;
}
.BgClassName
{
background-color: #BB47DB;
}
</style>
border-color css
<style>
span { border-color: #BB47DB; }
span { border-color: rgb(187,71,219); }
td.TdClassName
{
border-color: #BB47DB;
}
.TagClassName
{
border-color: #BB47DB;
}
</style>