Shades of Medium Orchid #BB47FC
Tints of Medium Orchid #BB47FC
RGB
CMYK
RGB Variations
Color information
#BB47FC (or 0xBB47FC) is known color: Medium Orchid. HEX triplet: BB, 47 and FC. RGB value is (187,71,252). Sum of RGB (Red+Green+Blue) = 187+71+252=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB47FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB47FC is #44B803. Grayscale: #7D7D7D. Windows color (decimal): -4503556 or 16533435. OLE color: 16533435.
HSL color Cylindrical-coordinate representation of color #BB47FC: hue angle of 278.45º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB47FC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 71 | 252 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.01 |
| HSL | 278.45º | 0.97% | 0.63% | - |
| HSV(B) | 278.45º | 0.72% | 0.99% | - |
| XYZ | 40.32 | 22.1 | 94.24 | - |
| YUV | 126.32 | 198.93 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 252 | 0.26 | 0.72 | 0 | 0.01 | 278.45 | 0.97 | 0.63 |
| Hex | BB | 47 | FC | 1A | 48 | 0 | 1 | 116 | 61 | 3F |
| Octal | 273 | 107 | 374 | 32 | 110 | 0 | 1 | 426 | 141 | 77 |
| Binary | 10111011 | 1000111 | 11111100 | 11010 | 1001000 | 0 | 1 | 100010110 | 1100001 | 111111 |
Color Harmonies of #BB47FC
Complementary color
Monochromatic Colors of #BB47FC
Black with #BB47FC
Text Example
Text Example
White with #BB47FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47FC; }
p { color: rgb(187,71,252); }
H1.HeaderClassName
{
color: #BB47FC;
}
.AnyTagClassName
{
color: #BB47FC;
}
</style>
background-color css
<style>
a { background-color: #BB47FC; }
a { background-color: rgb(187,71,252); }
div.DivClassName
{
background-color: #BB47FC;
}
.BgClassName
{
background-color: #BB47FC;
}
</style>
border-color css
<style>
span { border-color: #BB47FC; }
span { border-color: rgb(187,71,252); }
td.TdClassName
{
border-color: #BB47FC;
}
.TagClassName
{
border-color: #BB47FC;
}
</style>