Shades of Medium Orchid #BB55ED
Tints of Medium Orchid #BB55ED
RGB
CMYK
RGB Variations
Color information
#BB55ED (or 0xBB55ED) is known color: Medium Orchid. HEX triplet: BB, 55 and ED. RGB value is (187,85,237). Sum of RGB (Red+Green+Blue) = 187+85+237=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB55ED is #44AA12. Grayscale: #848484. Windows color (decimal): -4499987 or 15553979. OLE color: 15553979.
HSL color Cylindrical-coordinate representation of color #BB55ED: hue angle of 280.26º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB55ED is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 85 | 237 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.07 |
| HSL | 280.26º | 0.81% | 0.63% | - |
| HSV(B) | 280.26º | 0.64% | 0.93% | - |
| XYZ | 39.03 | 23.18 | 82.54 | - |
| YUV | 132.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 237 | 0.21 | 0.64 | 0 | 0.07 | 280.26 | 0.81 | 0.63 |
| Hex | BB | 55 | ED | 15 | 40 | 0 | 7 | 118 | 51 | 3F |
| Octal | 273 | 125 | 355 | 25 | 100 | 0 | 7 | 430 | 121 | 77 |
| Binary | 10111011 | 1010101 | 11101101 | 10101 | 1000000 | 0 | 111 | 100011000 | 1010001 | 111111 |
Color Harmonies of #BB55ED
Complementary color
Monochromatic Colors of #BB55ED
Black with #BB55ED
Text Example
Text Example
White with #BB55ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55ED; }
p { color: rgb(187,85,237); }
H1.HeaderClassName
{
color: #BB55ED;
}
.AnyTagClassName
{
color: #BB55ED;
}
</style>
background-color css
<style>
a { background-color: #BB55ED; }
a { background-color: rgb(187,85,237); }
div.DivClassName
{
background-color: #BB55ED;
}
.BgClassName
{
background-color: #BB55ED;
}
</style>
border-color css
<style>
span { border-color: #BB55ED; }
span { border-color: rgb(187,85,237); }
td.TdClassName
{
border-color: #BB55ED;
}
.TagClassName
{
border-color: #BB55ED;
}
</style>