Shades of Medium Orchid #BB49FC
Tints of Medium Orchid #BB49FC
RGB
CMYK
RGB Variations
Color information
#BB49FC (or 0xBB49FC) is known color: Medium Orchid. HEX triplet: BB, 49 and FC. RGB value is (187,73,252). Sum of RGB (Red+Green+Blue) = 187+73+252=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB49FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49FC is #44B603. Grayscale: #7E7E7E. Windows color (decimal): -4503044 or 16533947. OLE color: 16533947.
HSL color Cylindrical-coordinate representation of color #BB49FC: hue angle of 278.21º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB49FC is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 73 | 252 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.01 |
| HSL | 278.21º | 0.97% | 0.64% | - |
| HSV(B) | 278.21º | 0.71% | 0.99% | - |
| XYZ | 40.45 | 22.36 | 94.28 | - |
| YUV | 127.49 | 198.27 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 252 | 0.26 | 0.71 | 0 | 0.01 | 278.21 | 0.97 | 0.64 |
| Hex | BB | 49 | FC | 1A | 47 | 0 | 1 | 116 | 61 | 40 |
| Octal | 273 | 111 | 374 | 32 | 107 | 0 | 1 | 426 | 141 | 100 |
| Binary | 10111011 | 1001001 | 11111100 | 11010 | 1000111 | 0 | 1 | 100010110 | 1100001 | 1000000 |
Color Harmonies of #BB49FC
Complementary color
Monochromatic Colors of #BB49FC
Black with #BB49FC
Text Example
Text Example
White with #BB49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49FC; }
p { color: rgb(187,73,252); }
H1.HeaderClassName
{
color: #BB49FC;
}
.AnyTagClassName
{
color: #BB49FC;
}
</style>
background-color css
<style>
a { background-color: #BB49FC; }
a { background-color: rgb(187,73,252); }
div.DivClassName
{
background-color: #BB49FC;
}
.BgClassName
{
background-color: #BB49FC;
}
</style>
border-color css
<style>
span { border-color: #BB49FC; }
span { border-color: rgb(187,73,252); }
td.TdClassName
{
border-color: #BB49FC;
}
.TagClassName
{
border-color: #BB49FC;
}
</style>