Shades of Medium Orchid #BB49FE
Tints of Medium Orchid #BB49FE
RGB
CMYK
RGB Variations
Color information
#BB49FE (or 0xBB49FE) is known color: Medium Orchid. HEX triplet: BB, 49 and FE. RGB value is (187,73,254). Sum of RGB (Red+Green+Blue) = 187+73+254=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49FE is #44B601. Grayscale: #7F7F7F. Windows color (decimal): -4503042 or 16665019. OLE color: 16665019.
HSL color Cylindrical-coordinate representation of color #BB49FE: hue angle of 277.79º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB49FE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 73 | 254 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.00 |
| HSL | 277.79º | 0.99% | 0.64% | - |
| HSV(B) | 277.79º | 0.71% | 1% | - |
| XYZ | 40.77 | 22.49 | 95.96 | - |
| YUV | 127.72 | 199.27 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 254 | 0.26 | 0.71 | 0 | 0.00 | 277.79 | 0.99 | 0.64 |
| Hex | BB | 49 | FE | 1A | 47 | 0 | 0 | 116 | 63 | 40 |
| Octal | 273 | 111 | 376 | 32 | 107 | 0 | 0 | 426 | 143 | 100 |
| Binary | 10111011 | 1001001 | 11111110 | 11010 | 1000111 | 0 | 0 | 100010110 | 1100011 | 1000000 |
Color Harmonies of #BB49FE
Complementary color
Monochromatic Colors of #BB49FE
Black with #BB49FE
Text Example
Text Example
White with #BB49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49FE; }
p { color: rgb(187,73,254); }
H1.HeaderClassName
{
color: #BB49FE;
}
.AnyTagClassName
{
color: #BB49FE;
}
</style>
background-color css
<style>
a { background-color: #BB49FE; }
a { background-color: rgb(187,73,254); }
div.DivClassName
{
background-color: #BB49FE;
}
.BgClassName
{
background-color: #BB49FE;
}
</style>
border-color css
<style>
span { border-color: #BB49FE; }
span { border-color: rgb(187,73,254); }
td.TdClassName
{
border-color: #BB49FE;
}
.TagClassName
{
border-color: #BB49FE;
}
</style>