Shades of Medium Orchid #BB49CF
Tints of Medium Orchid #BB49CF
RGB
CMYK
RGB Variations
Color information
#BB49CF (or 0xBB49CF) is known color: Medium Orchid. HEX triplet: BB, 49 and CF. RGB value is (187,73,207). Sum of RGB (Red+Green+Blue) = 187+73+207=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB49CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49CF is #44B630. Grayscale: #797979. Windows color (decimal): -4503089 or 13584827. OLE color: 13584827.
HSL color Cylindrical-coordinate representation of color #BB49CF: hue angle of 291.04º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB49CF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 73 | 207 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.19 |
| HSL | 291.04º | 0.58% | 0.55% | - |
| HSV(B) | 291.04º | 0.65% | 0.81% | - |
| XYZ | 34.14 | 19.83 | 61.06 | - |
| YUV | 122.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 207 | 0.10 | 0.65 | 0 | 0.19 | 291.04 | 0.58 | 0.55 |
| Hex | BB | 49 | CF | A | 41 | 0 | 13 | 123 | 3A | 37 |
| Octal | 273 | 111 | 317 | 12 | 101 | 0 | 23 | 443 | 72 | 67 |
| Binary | 10111011 | 1001001 | 11001111 | 1010 | 1000001 | 0 | 10011 | 100100011 | 111010 | 110111 |
Color Harmonies of #BB49CF
Complementary color
Monochromatic Colors of #BB49CF
Black with #BB49CF
Text Example
Text Example
White with #BB49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49CF; }
p { color: rgb(187,73,207); }
H1.HeaderClassName
{
color: #BB49CF;
}
.AnyTagClassName
{
color: #BB49CF;
}
</style>
background-color css
<style>
a { background-color: #BB49CF; }
a { background-color: rgb(187,73,207); }
div.DivClassName
{
background-color: #BB49CF;
}
.BgClassName
{
background-color: #BB49CF;
}
</style>
border-color css
<style>
span { border-color: #BB49CF; }
span { border-color: rgb(187,73,207); }
td.TdClassName
{
border-color: #BB49CF;
}
.TagClassName
{
border-color: #BB49CF;
}
</style>