Shades of Medium Orchid #BB49E6
Tints of Medium Orchid #BB49E6
RGB
CMYK
RGB Variations
Color information
#BB49E6 (or 0xBB49E6) is known color: Medium Orchid. HEX triplet: BB, 49 and E6. RGB value is (187,73,230). Sum of RGB (Red+Green+Blue) = 187+73+230=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB49E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49E6 is #44B619. Grayscale: #7C7C7C. Windows color (decimal): -4503066 or 15092155. OLE color: 15092155.
HSL color Cylindrical-coordinate representation of color #BB49E6: hue angle of 283.57º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB49E6 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 73 | 230 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.10 |
| HSL | 283.57º | 0.76% | 0.59% | - |
| HSV(B) | 283.57º | 0.68% | 0.9% | - |
| XYZ | 37.16 | 21.04 | 76.97 | - |
| YUV | 124.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 230 | 0.19 | 0.68 | 0 | 0.10 | 283.57 | 0.76 | 0.59 |
| Hex | BB | 49 | E6 | 13 | 44 | 0 | A | 11C | 4C | 3B |
| Octal | 273 | 111 | 346 | 23 | 104 | 0 | 12 | 434 | 114 | 73 |
| Binary | 10111011 | 1001001 | 11100110 | 10011 | 1000100 | 0 | 1010 | 100011100 | 1001100 | 111011 |
Color Harmonies of #BB49E6
Complementary color
Monochromatic Colors of #BB49E6
Black with #BB49E6
Text Example
Text Example
White with #BB49E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49E6; }
p { color: rgb(187,73,230); }
H1.HeaderClassName
{
color: #BB49E6;
}
.AnyTagClassName
{
color: #BB49E6;
}
</style>
background-color css
<style>
a { background-color: #BB49E6; }
a { background-color: rgb(187,73,230); }
div.DivClassName
{
background-color: #BB49E6;
}
.BgClassName
{
background-color: #BB49E6;
}
</style>
border-color css
<style>
span { border-color: #BB49E6; }
span { border-color: rgb(187,73,230); }
td.TdClassName
{
border-color: #BB49E6;
}
.TagClassName
{
border-color: #BB49E6;
}
</style>