Shades of Medium Orchid #BB47D9
Tints of Medium Orchid #BB47D9
RGB
CMYK
RGB Variations
Color information
#BB47D9 (or 0xBB47D9) is known color: Medium Orchid. HEX triplet: BB, 47 and D9. RGB value is (187,71,217). Sum of RGB (Red+Green+Blue) = 187+71+217=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB47D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47D9 is #44B826. Grayscale: #797979. Windows color (decimal): -4503591 or 14239675. OLE color: 14239675.
HSL color Cylindrical-coordinate representation of color #BB47D9: hue angle of 287.67º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB47D9 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 71 | 217 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.15 |
| HSL | 287.67º | 0.66% | 0.56% | - |
| HSV(B) | 287.67º | 0.67% | 0.85% | - |
| XYZ | 35.27 | 20.08 | 67.66 | - |
| YUV | 122.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 217 | 0.14 | 0.67 | 0 | 0.15 | 287.67 | 0.66 | 0.56 |
| Hex | BB | 47 | D9 | E | 43 | 0 | F | 120 | 42 | 38 |
| Octal | 273 | 107 | 331 | 16 | 103 | 0 | 17 | 440 | 102 | 70 |
| Binary | 10111011 | 1000111 | 11011001 | 1110 | 1000011 | 0 | 1111 | 100100000 | 1000010 | 111000 |
Color Harmonies of #BB47D9
Complementary color
Monochromatic Colors of #BB47D9
Black with #BB47D9
Text Example
Text Example
White with #BB47D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47D9; }
p { color: rgb(187,71,217); }
H1.HeaderClassName
{
color: #BB47D9;
}
.AnyTagClassName
{
color: #BB47D9;
}
</style>
background-color css
<style>
a { background-color: #BB47D9; }
a { background-color: rgb(187,71,217); }
div.DivClassName
{
background-color: #BB47D9;
}
.BgClassName
{
background-color: #BB47D9;
}
</style>
border-color css
<style>
span { border-color: #BB47D9; }
span { border-color: rgb(187,71,217); }
td.TdClassName
{
border-color: #BB47D9;
}
.TagClassName
{
border-color: #BB47D9;
}
</style>