Shades of Medium Orchid #BB49D0
Tints of Medium Orchid #BB49D0
RGB
CMYK
RGB Variations
Color information
#BB49D0 (or 0xBB49D0) is known color: Medium Orchid. HEX triplet: BB, 49 and D0. RGB value is (187,73,208). Sum of RGB (Red+Green+Blue) = 187+73+208=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB49D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49D0 is #44B62F. Grayscale: #7A7A7A. Windows color (decimal): -4503088 or 13650363. OLE color: 13650363.
HSL color Cylindrical-coordinate representation of color #BB49D0: hue angle of 290.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB49D0 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 73 | 208 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.18 |
| HSL | 290.67º | 0.59% | 0.55% | - |
| HSV(B) | 290.67º | 0.65% | 0.82% | - |
| XYZ | 34.26 | 19.88 | 61.71 | - |
| YUV | 122.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 208 | 0.10 | 0.65 | 0 | 0.18 | 290.67 | 0.59 | 0.55 |
| Hex | BB | 49 | D0 | A | 41 | 0 | 12 | 123 | 3B | 37 |
| Octal | 273 | 111 | 320 | 12 | 101 | 0 | 22 | 443 | 73 | 67 |
| Binary | 10111011 | 1001001 | 11010000 | 1010 | 1000001 | 0 | 10010 | 100100011 | 111011 | 110111 |
Color Harmonies of #BB49D0
Complementary color
Monochromatic Colors of #BB49D0
Black with #BB49D0
Text Example
Text Example
White with #BB49D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49D0; }
p { color: rgb(187,73,208); }
H1.HeaderClassName
{
color: #BB49D0;
}
.AnyTagClassName
{
color: #BB49D0;
}
</style>
background-color css
<style>
a { background-color: #BB49D0; }
a { background-color: rgb(187,73,208); }
div.DivClassName
{
background-color: #BB49D0;
}
.BgClassName
{
background-color: #BB49D0;
}
</style>
border-color css
<style>
span { border-color: #BB49D0; }
span { border-color: rgb(187,73,208); }
td.TdClassName
{
border-color: #BB49D0;
}
.TagClassName
{
border-color: #BB49D0;
}
</style>