Shades of Medium Orchid #BB47DF
Tints of Medium Orchid #BB47DF
RGB
CMYK
RGB Variations
Color information
#BB47DF (or 0xBB47DF) is known color: Medium Orchid. HEX triplet: BB, 47 and DF. RGB value is (187,71,223). Sum of RGB (Red+Green+Blue) = 187+71+223=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47DF is #44B820. Grayscale: #7A7A7A. Windows color (decimal): -4503585 or 14632891. OLE color: 14632891.
HSL color Cylindrical-coordinate representation of color #BB47DF: hue angle of 285.79º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB47DF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 71 | 223 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.13 |
| HSL | 285.79º | 0.7% | 0.58% | - |
| HSV(B) | 285.79º | 0.68% | 0.87% | - |
| XYZ | 36.07 | 20.4 | 71.85 | - |
| YUV | 123.01 | 184.43 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 223 | 0.16 | 0.68 | 0 | 0.13 | 285.79 | 0.7 | 0.58 |
| Hex | BB | 47 | DF | 10 | 44 | 0 | D | 11E | 46 | 3A |
| Octal | 273 | 107 | 337 | 20 | 104 | 0 | 15 | 436 | 106 | 72 |
| Binary | 10111011 | 1000111 | 11011111 | 10000 | 1000100 | 0 | 1101 | 100011110 | 1000110 | 111010 |
Color Harmonies of #BB47DF
Complementary color
Monochromatic Colors of #BB47DF
Black with #BB47DF
Text Example
Text Example
White with #BB47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47DF; }
p { color: rgb(187,71,223); }
H1.HeaderClassName
{
color: #BB47DF;
}
.AnyTagClassName
{
color: #BB47DF;
}
</style>
background-color css
<style>
a { background-color: #BB47DF; }
a { background-color: rgb(187,71,223); }
div.DivClassName
{
background-color: #BB47DF;
}
.BgClassName
{
background-color: #BB47DF;
}
</style>
border-color css
<style>
span { border-color: #BB47DF; }
span { border-color: rgb(187,71,223); }
td.TdClassName
{
border-color: #BB47DF;
}
.TagClassName
{
border-color: #BB47DF;
}
</style>