Shades of Medium Orchid #BB47F9
Tints of Medium Orchid #BB47F9
RGB
CMYK
RGB Variations
Color information
#BB47F9 (or 0xBB47F9) is known color: Medium Orchid. HEX triplet: BB, 47 and F9. RGB value is (187,71,249). Sum of RGB (Red+Green+Blue) = 187+71+249=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB47F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB47F9 is #44B806. Grayscale: #7D7D7D. Windows color (decimal): -4503559 or 16336827. OLE color: 16336827.
HSL color Cylindrical-coordinate representation of color #BB47F9: hue angle of 279.1º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB47F9 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 71 | 249 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.02 |
| HSL | 279.1º | 0.94% | 0.63% | - |
| HSV(B) | 279.1º | 0.71% | 0.98% | - |
| XYZ | 39.85 | 21.91 | 91.75 | - |
| YUV | 125.98 | 197.43 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 249 | 0.25 | 0.71 | 0 | 0.02 | 279.1 | 0.94 | 0.63 |
| Hex | BB | 47 | F9 | 19 | 47 | 0 | 2 | 117 | 5E | 3F |
| Octal | 273 | 107 | 371 | 31 | 107 | 0 | 2 | 427 | 136 | 77 |
| Binary | 10111011 | 1000111 | 11111001 | 11001 | 1000111 | 0 | 10 | 100010111 | 1011110 | 111111 |
Color Harmonies of #BB47F9
Complementary color
Monochromatic Colors of #BB47F9
Black with #BB47F9
Text Example
Text Example
White with #BB47F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47F9; }
p { color: rgb(187,71,249); }
H1.HeaderClassName
{
color: #BB47F9;
}
.AnyTagClassName
{
color: #BB47F9;
}
</style>
background-color css
<style>
a { background-color: #BB47F9; }
a { background-color: rgb(187,71,249); }
div.DivClassName
{
background-color: #BB47F9;
}
.BgClassName
{
background-color: #BB47F9;
}
</style>
border-color css
<style>
span { border-color: #BB47F9; }
span { border-color: rgb(187,71,249); }
td.TdClassName
{
border-color: #BB47F9;
}
.TagClassName
{
border-color: #BB47F9;
}
</style>