Shades of Medium Orchid #BB55E1
Tints of Medium Orchid #BB55E1
RGB
CMYK
RGB Variations
Color information
#BB55E1 (or 0xBB55E1) is known color: Medium Orchid. HEX triplet: BB, 55 and E1. RGB value is (187,85,225). Sum of RGB (Red+Green+Blue) = 187+85+225=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB55E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB55E1 is #44AA1E. Grayscale: #838383. Windows color (decimal): -4499999 or 14767547. OLE color: 14767547.
HSL color Cylindrical-coordinate representation of color #BB55E1: hue angle of 283.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB55E1 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 85 | 225 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.12 |
| HSL | 283.71º | 0.7% | 0.61% | - |
| HSV(B) | 283.71º | 0.62% | 0.88% | - |
| XYZ | 37.33 | 22.5 | 73.61 | - |
| YUV | 131.46 | 180.79 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 225 | 0.17 | 0.62 | 0 | 0.12 | 283.71 | 0.7 | 0.61 |
| Hex | BB | 55 | E1 | 11 | 3E | 0 | C | 11C | 46 | 3D |
| Octal | 273 | 125 | 341 | 21 | 76 | 0 | 14 | 434 | 106 | 75 |
| Binary | 10111011 | 1010101 | 11100001 | 10001 | 111110 | 0 | 1100 | 100011100 | 1000110 | 111101 |
Color Harmonies of #BB55E1
Complementary color
Monochromatic Colors of #BB55E1
Black with #BB55E1
Text Example
Text Example
White with #BB55E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55E1; }
p { color: rgb(187,85,225); }
H1.HeaderClassName
{
color: #BB55E1;
}
.AnyTagClassName
{
color: #BB55E1;
}
</style>
background-color css
<style>
a { background-color: #BB55E1; }
a { background-color: rgb(187,85,225); }
div.DivClassName
{
background-color: #BB55E1;
}
.BgClassName
{
background-color: #BB55E1;
}
</style>
border-color css
<style>
span { border-color: #BB55E1; }
span { border-color: rgb(187,85,225); }
td.TdClassName
{
border-color: #BB55E1;
}
.TagClassName
{
border-color: #BB55E1;
}
</style>