Shades of Medium Orchid #BB5BE2
Tints of Medium Orchid #BB5BE2
RGB
CMYK
RGB Variations
Color information
#BB5BE2 (or 0xBB5BE2) is known color: Medium Orchid. HEX triplet: BB, 5B and E2. RGB value is (187,91,226). Sum of RGB (Red+Green+Blue) = 187+91+226=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB5BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BE2 is #44A41D. Grayscale: #868686. Windows color (decimal): -4498462 or 14834619. OLE color: 14834619.
HSL color Cylindrical-coordinate representation of color #BB5BE2: hue angle of 282.67º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5BE2 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 91 | 226 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.11 |
| HSL | 282.67º | 0.7% | 0.62% | - |
| HSV(B) | 282.67º | 0.6% | 0.89% | - |
| XYZ | 37.96 | 23.54 | 74.49 | - |
| YUV | 135.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 226 | 0.17 | 0.60 | 0 | 0.11 | 282.67 | 0.7 | 0.62 |
| Hex | BB | 5B | E2 | 11 | 3C | 0 | B | 11B | 46 | 3E |
| Octal | 273 | 133 | 342 | 21 | 74 | 0 | 13 | 433 | 106 | 76 |
| Binary | 10111011 | 1011011 | 11100010 | 10001 | 111100 | 0 | 1011 | 100011011 | 1000110 | 111110 |
Color Harmonies of #BB5BE2
Complementary color
Monochromatic Colors of #BB5BE2
Black with #BB5BE2
Text Example
Text Example
White with #BB5BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5BE2; }
p { color: rgb(187,91,226); }
H1.HeaderClassName
{
color: #BB5BE2;
}
.AnyTagClassName
{
color: #BB5BE2;
}
</style>
background-color css
<style>
a { background-color: #BB5BE2; }
a { background-color: rgb(187,91,226); }
div.DivClassName
{
background-color: #BB5BE2;
}
.BgClassName
{
background-color: #BB5BE2;
}
</style>
border-color css
<style>
span { border-color: #BB5BE2; }
span { border-color: rgb(187,91,226); }
td.TdClassName
{
border-color: #BB5BE2;
}
.TagClassName
{
border-color: #BB5BE2;
}
</style>