Shades of Medium Orchid #BB49E8
Tints of Medium Orchid #BB49E8
RGB
CMYK
RGB Variations
Color information
#BB49E8 (or 0xBB49E8) is known color: Medium Orchid. HEX triplet: BB, 49 and E8. RGB value is (187,73,232). Sum of RGB (Red+Green+Blue) = 187+73+232=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB49E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49E8 is #44B617. Grayscale: #7C7C7C. Windows color (decimal): -4503064 or 15223227. OLE color: 15223227.
HSL color Cylindrical-coordinate representation of color #BB49E8: hue angle of 283.02º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB49E8 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 73 | 232 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.09 |
| HSL | 283.02º | 0.78% | 0.6% | - |
| HSV(B) | 283.02º | 0.69% | 0.91% | - |
| XYZ | 37.44 | 21.16 | 78.45 | - |
| YUV | 125.21 | 188.27 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 232 | 0.19 | 0.69 | 0 | 0.09 | 283.02 | 0.78 | 0.6 |
| Hex | BB | 49 | E8 | 13 | 45 | 0 | 9 | 11B | 4E | 3C |
| Octal | 273 | 111 | 350 | 23 | 105 | 0 | 11 | 433 | 116 | 74 |
| Binary | 10111011 | 1001001 | 11101000 | 10011 | 1000101 | 0 | 1001 | 100011011 | 1001110 | 111100 |
Color Harmonies of #BB49E8
Complementary color
Monochromatic Colors of #BB49E8
Black with #BB49E8
Text Example
Text Example
White with #BB49E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49E8; }
p { color: rgb(187,73,232); }
H1.HeaderClassName
{
color: #BB49E8;
}
.AnyTagClassName
{
color: #BB49E8;
}
</style>
background-color css
<style>
a { background-color: #BB49E8; }
a { background-color: rgb(187,73,232); }
div.DivClassName
{
background-color: #BB49E8;
}
.BgClassName
{
background-color: #BB49E8;
}
</style>
border-color css
<style>
span { border-color: #BB49E8; }
span { border-color: rgb(187,73,232); }
td.TdClassName
{
border-color: #BB49E8;
}
.TagClassName
{
border-color: #BB49E8;
}
</style>