Shades of Medium Orchid #BB47CE
Tints of Medium Orchid #BB47CE
RGB
CMYK
RGB Variations
Color information
#BB47CE (or 0xBB47CE) is known color: Medium Orchid. HEX triplet: BB, 47 and CE. RGB value is (187,71,206). Sum of RGB (Red+Green+Blue) = 187+71+206=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB47CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47CE is #44B831. Grayscale: #787878. Windows color (decimal): -4503602 or 13518779. OLE color: 13518779.
HSL color Cylindrical-coordinate representation of color #BB47CE: hue angle of 291.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB47CE is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 71 | 206 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.19 |
| HSL | 291.56º | 0.58% | 0.54% | - |
| HSV(B) | 291.56º | 0.66% | 0.81% | - |
| XYZ | 33.89 | 19.53 | 60.38 | - |
| YUV | 121.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 206 | 0.09 | 0.66 | 0 | 0.19 | 291.56 | 0.58 | 0.54 |
| Hex | BB | 47 | CE | 9 | 42 | 0 | 13 | 124 | 3A | 36 |
| Octal | 273 | 107 | 316 | 11 | 102 | 0 | 23 | 444 | 72 | 66 |
| Binary | 10111011 | 1000111 | 11001110 | 1001 | 1000010 | 0 | 10011 | 100100100 | 111010 | 110110 |
Color Harmonies of #BB47CE
Complementary color
Monochromatic Colors of #BB47CE
Black with #BB47CE
Text Example
Text Example
White with #BB47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47CE; }
p { color: rgb(187,71,206); }
H1.HeaderClassName
{
color: #BB47CE;
}
.AnyTagClassName
{
color: #BB47CE;
}
</style>
background-color css
<style>
a { background-color: #BB47CE; }
a { background-color: rgb(187,71,206); }
div.DivClassName
{
background-color: #BB47CE;
}
.BgClassName
{
background-color: #BB47CE;
}
</style>
border-color css
<style>
span { border-color: #BB47CE; }
span { border-color: rgb(187,71,206); }
td.TdClassName
{
border-color: #BB47CE;
}
.TagClassName
{
border-color: #BB47CE;
}
</style>