Shades of Medium Orchid #BB47CF
Tints of Medium Orchid #BB47CF
RGB
CMYK
RGB Variations
Color information
#BB47CF (or 0xBB47CF) is known color: Medium Orchid. HEX triplet: BB, 47 and CF. RGB value is (187,71,207). Sum of RGB (Red+Green+Blue) = 187+71+207=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47CF is #44B830. Grayscale: #787878. Windows color (decimal): -4503601 or 13584315. OLE color: 13584315.
HSL color Cylindrical-coordinate representation of color #BB47CF: hue angle of 291.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB47CF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 71 | 207 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.19 |
| HSL | 291.18º | 0.59% | 0.55% | - |
| HSV(B) | 291.18º | 0.66% | 0.81% | - |
| XYZ | 34.01 | 19.58 | 61.02 | - |
| YUV | 121.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 207 | 0.10 | 0.66 | 0 | 0.19 | 291.18 | 0.59 | 0.55 |
| Hex | BB | 47 | CF | A | 42 | 0 | 13 | 123 | 3B | 37 |
| Octal | 273 | 107 | 317 | 12 | 102 | 0 | 23 | 443 | 73 | 67 |
| Binary | 10111011 | 1000111 | 11001111 | 1010 | 1000010 | 0 | 10011 | 100100011 | 111011 | 110111 |
Color Harmonies of #BB47CF
Complementary color
Monochromatic Colors of #BB47CF
Black with #BB47CF
Text Example
Text Example
White with #BB47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47CF; }
p { color: rgb(187,71,207); }
H1.HeaderClassName
{
color: #BB47CF;
}
.AnyTagClassName
{
color: #BB47CF;
}
</style>
background-color css
<style>
a { background-color: #BB47CF; }
a { background-color: rgb(187,71,207); }
div.DivClassName
{
background-color: #BB47CF;
}
.BgClassName
{
background-color: #BB47CF;
}
</style>
border-color css
<style>
span { border-color: #BB47CF; }
span { border-color: rgb(187,71,207); }
td.TdClassName
{
border-color: #BB47CF;
}
.TagClassName
{
border-color: #BB47CF;
}
</style>