Shades of Medium Orchid #BB5ECB
Tints of Medium Orchid #BB5ECB
RGB
CMYK
RGB Variations
Color information
#BB5ECB (or 0xBB5ECB) is known color: Medium Orchid. HEX triplet: BB, 5E and CB. RGB value is (187,94,203). Sum of RGB (Red+Green+Blue) = 187+94+203=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ECB is #44A134. Grayscale: #858585. Windows color (decimal): -4497717 or 13328059. OLE color: 13328059.
HSL color Cylindrical-coordinate representation of color #BB5ECB: hue angle of 291.19º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5ECB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 94 | 203 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.20 |
| HSL | 291.19º | 0.51% | 0.58% | - |
| HSV(B) | 291.19º | 0.54% | 0.8% | - |
| XYZ | 35.28 | 22.88 | 59.06 | - |
| YUV | 134.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 203 | 0.08 | 0.54 | 0 | 0.20 | 291.19 | 0.51 | 0.58 |
| Hex | BB | 5E | CB | 8 | 36 | 0 | 14 | 123 | 33 | 3A |
| Octal | 273 | 136 | 313 | 10 | 66 | 0 | 24 | 443 | 63 | 72 |
| Binary | 10111011 | 1011110 | 11001011 | 1000 | 110110 | 0 | 10100 | 100100011 | 110011 | 111010 |
Color Harmonies of #BB5ECB
Complementary color
Monochromatic Colors of #BB5ECB
Black with #BB5ECB
Text Example
Text Example
White with #BB5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5ECB; }
p { color: rgb(187,94,203); }
H1.HeaderClassName
{
color: #BB5ECB;
}
.AnyTagClassName
{
color: #BB5ECB;
}
</style>
background-color css
<style>
a { background-color: #BB5ECB; }
a { background-color: rgb(187,94,203); }
div.DivClassName
{
background-color: #BB5ECB;
}
.BgClassName
{
background-color: #BB5ECB;
}
</style>
border-color css
<style>
span { border-color: #BB5ECB; }
span { border-color: rgb(187,94,203); }
td.TdClassName
{
border-color: #BB5ECB;
}
.TagClassName
{
border-color: #BB5ECB;
}
</style>