Shades of Medium Orchid #BB49F0
Tints of Medium Orchid #BB49F0
RGB
CMYK
RGB Variations
Color information
#BB49F0 (or 0xBB49F0) is known color: Medium Orchid. HEX triplet: BB, 49 and F0. RGB value is (187,73,240). Sum of RGB (Red+Green+Blue) = 187+73+240=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB49F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49F0 is #44B60F. Grayscale: #7D7D7D. Windows color (decimal): -4503056 or 15747515. OLE color: 15747515.
HSL color Cylindrical-coordinate representation of color #BB49F0: hue angle of 280.96º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB49F0 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 73 | 240 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.06 |
| HSL | 280.96º | 0.85% | 0.61% | - |
| HSV(B) | 280.96º | 0.7% | 0.94% | - |
| XYZ | 38.6 | 21.62 | 84.58 | - |
| YUV | 126.12 | 192.27 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 240 | 0.22 | 0.70 | 0 | 0.06 | 280.96 | 0.85 | 0.61 |
| Hex | BB | 49 | F0 | 16 | 46 | 0 | 6 | 119 | 55 | 3D |
| Octal | 273 | 111 | 360 | 26 | 106 | 0 | 6 | 431 | 125 | 75 |
| Binary | 10111011 | 1001001 | 11110000 | 10110 | 1000110 | 0 | 110 | 100011001 | 1010101 | 111101 |
Color Harmonies of #BB49F0
Complementary color
Monochromatic Colors of #BB49F0
Black with #BB49F0
Text Example
Text Example
White with #BB49F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49F0; }
p { color: rgb(187,73,240); }
H1.HeaderClassName
{
color: #BB49F0;
}
.AnyTagClassName
{
color: #BB49F0;
}
</style>
background-color css
<style>
a { background-color: #BB49F0; }
a { background-color: rgb(187,73,240); }
div.DivClassName
{
background-color: #BB49F0;
}
.BgClassName
{
background-color: #BB49F0;
}
</style>
border-color css
<style>
span { border-color: #BB49F0; }
span { border-color: rgb(187,73,240); }
td.TdClassName
{
border-color: #BB49F0;
}
.TagClassName
{
border-color: #BB49F0;
}
</style>