Shades of Medium Orchid #BB49DD
Tints of Medium Orchid #BB49DD
RGB
CMYK
RGB Variations
Color information
#BB49DD (or 0xBB49DD) is known color: Medium Orchid. HEX triplet: BB, 49 and DD. RGB value is (187,73,221). Sum of RGB (Red+Green+Blue) = 187+73+221=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB49DD is #44B622. Grayscale: #7B7B7B. Windows color (decimal): -4503075 or 14502331. OLE color: 14502331.
HSL color Cylindrical-coordinate representation of color #BB49DD: hue angle of 286.22º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB49DD is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 73 | 221 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.13 |
| HSL | 286.22º | 0.69% | 0.58% | - |
| HSV(B) | 286.22º | 0.67% | 0.87% | - |
| XYZ | 35.93 | 20.55 | 70.48 | - |
| YUV | 123.96 | 182.77 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 221 | 0.15 | 0.67 | 0 | 0.13 | 286.22 | 0.69 | 0.58 |
| Hex | BB | 49 | DD | F | 43 | 0 | D | 11E | 45 | 3A |
| Octal | 273 | 111 | 335 | 17 | 103 | 0 | 15 | 436 | 105 | 72 |
| Binary | 10111011 | 1001001 | 11011101 | 1111 | 1000011 | 0 | 1101 | 100011110 | 1000101 | 111010 |
Color Harmonies of #BB49DD
Complementary color
Monochromatic Colors of #BB49DD
Black with #BB49DD
Text Example
Text Example
White with #BB49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49DD; }
p { color: rgb(187,73,221); }
H1.HeaderClassName
{
color: #BB49DD;
}
.AnyTagClassName
{
color: #BB49DD;
}
</style>
background-color css
<style>
a { background-color: #BB49DD; }
a { background-color: rgb(187,73,221); }
div.DivClassName
{
background-color: #BB49DD;
}
.BgClassName
{
background-color: #BB49DD;
}
</style>
border-color css
<style>
span { border-color: #BB49DD; }
span { border-color: rgb(187,73,221); }
td.TdClassName
{
border-color: #BB49DD;
}
.TagClassName
{
border-color: #BB49DD;
}
</style>