Shades of Medium Orchid #BB5BE0
Tints of Medium Orchid #BB5BE0
RGB
CMYK
RGB Variations
Color information
#BB5BE0 (or 0xBB5BE0) is known color: Medium Orchid. HEX triplet: BB, 5B and E0. RGB value is (187,91,224). Sum of RGB (Red+Green+Blue) = 187+91+224=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BE0 is #44A41F. Grayscale: #868686. Windows color (decimal): -4498464 or 14703547. OLE color: 14703547.
HSL color Cylindrical-coordinate representation of color #BB5BE0: hue angle of 283.31º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB5BE0 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 91 | 224 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.12 |
| HSL | 283.31º | 0.68% | 0.62% | - |
| HSV(B) | 283.31º | 0.59% | 0.88% | - |
| XYZ | 37.69 | 23.43 | 73.06 | - |
| YUV | 134.87 | 178.3 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 224 | 0.17 | 0.59 | 0 | 0.12 | 283.31 | 0.68 | 0.62 |
| Hex | BB | 5B | E0 | 11 | 3B | 0 | C | 11B | 44 | 3E |
| Octal | 273 | 133 | 340 | 21 | 73 | 0 | 14 | 433 | 104 | 76 |
| Binary | 10111011 | 1011011 | 11100000 | 10001 | 111011 | 0 | 1100 | 100011011 | 1000100 | 111110 |
Color Harmonies of #BB5BE0
Complementary color
Monochromatic Colors of #BB5BE0
Black with #BB5BE0
Text Example
Text Example
White with #BB5BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5BE0; }
p { color: rgb(187,91,224); }
H1.HeaderClassName
{
color: #BB5BE0;
}
.AnyTagClassName
{
color: #BB5BE0;
}
</style>
background-color css
<style>
a { background-color: #BB5BE0; }
a { background-color: rgb(187,91,224); }
div.DivClassName
{
background-color: #BB5BE0;
}
.BgClassName
{
background-color: #BB5BE0;
}
</style>
border-color css
<style>
span { border-color: #BB5BE0; }
span { border-color: rgb(187,91,224); }
td.TdClassName
{
border-color: #BB5BE0;
}
.TagClassName
{
border-color: #BB5BE0;
}
</style>