Shades of Medium Orchid #BB5ED1
Tints of Medium Orchid #BB5ED1
RGB
CMYK
RGB Variations
Color information
#BB5ED1 (or 0xBB5ED1) is known color: Medium Orchid. HEX triplet: BB, 5E and D1. RGB value is (187,94,209). Sum of RGB (Red+Green+Blue) = 187+94+209=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB5ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ED1 is #44A12E. Grayscale: #868686. Windows color (decimal): -4497711 or 13721275. OLE color: 13721275.
HSL color Cylindrical-coordinate representation of color #BB5ED1: hue angle of 288.52º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5ED1 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 94 | 209 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.18 |
| HSL | 288.52º | 0.56% | 0.59% | - |
| HSV(B) | 288.52º | 0.55% | 0.82% | - |
| XYZ | 36 | 23.17 | 62.9 | - |
| YUV | 134.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 209 | 0.11 | 0.55 | 0 | 0.18 | 288.52 | 0.56 | 0.59 |
| Hex | BB | 5E | D1 | B | 37 | 0 | 12 | 121 | 38 | 3B |
| Octal | 273 | 136 | 321 | 13 | 67 | 0 | 22 | 441 | 70 | 73 |
| Binary | 10111011 | 1011110 | 11010001 | 1011 | 110111 | 0 | 10010 | 100100001 | 111000 | 111011 |
Color Harmonies of #BB5ED1
Complementary color
Monochromatic Colors of #BB5ED1
Black with #BB5ED1
Text Example
Text Example
White with #BB5ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5ED1; }
p { color: rgb(187,94,209); }
H1.HeaderClassName
{
color: #BB5ED1;
}
.AnyTagClassName
{
color: #BB5ED1;
}
</style>
background-color css
<style>
a { background-color: #BB5ED1; }
a { background-color: rgb(187,94,209); }
div.DivClassName
{
background-color: #BB5ED1;
}
.BgClassName
{
background-color: #BB5ED1;
}
</style>
border-color css
<style>
span { border-color: #BB5ED1; }
span { border-color: rgb(187,94,209); }
td.TdClassName
{
border-color: #BB5ED1;
}
.TagClassName
{
border-color: #BB5ED1;
}
</style>