Shades of Medium Orchid #BB55D1
Tints of Medium Orchid #BB55D1
RGB
CMYK
RGB Variations
Color information
#BB55D1 (or 0xBB55D1) is known color: Medium Orchid. HEX triplet: BB, 55 and D1. RGB value is (187,85,209). Sum of RGB (Red+Green+Blue) = 187+85+209=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB55D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55D1 is #44AA2E. Grayscale: #818181. Windows color (decimal): -4500015 or 13718971. OLE color: 13718971.
HSL color Cylindrical-coordinate representation of color #BB55D1: hue angle of 289.35º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB55D1 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 85 | 209 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.18 |
| HSL | 289.35º | 0.57% | 0.58% | - |
| HSV(B) | 289.35º | 0.59% | 0.82% | - |
| XYZ | 35.25 | 21.67 | 62.65 | - |
| YUV | 129.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 209 | 0.11 | 0.59 | 0 | 0.18 | 289.35 | 0.57 | 0.58 |
| Hex | BB | 55 | D1 | B | 3B | 0 | 12 | 121 | 39 | 3A |
| Octal | 273 | 125 | 321 | 13 | 73 | 0 | 22 | 441 | 71 | 72 |
| Binary | 10111011 | 1010101 | 11010001 | 1011 | 111011 | 0 | 10010 | 100100001 | 111001 | 111010 |
Color Harmonies of #BB55D1
Complementary color
Monochromatic Colors of #BB55D1
Black with #BB55D1
Text Example
Text Example
White with #BB55D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55D1; }
p { color: rgb(187,85,209); }
H1.HeaderClassName
{
color: #BB55D1;
}
.AnyTagClassName
{
color: #BB55D1;
}
</style>
background-color css
<style>
a { background-color: #BB55D1; }
a { background-color: rgb(187,85,209); }
div.DivClassName
{
background-color: #BB55D1;
}
.BgClassName
{
background-color: #BB55D1;
}
</style>
border-color css
<style>
span { border-color: #BB55D1; }
span { border-color: rgb(187,85,209); }
td.TdClassName
{
border-color: #BB55D1;
}
.TagClassName
{
border-color: #BB55D1;
}
</style>