Shades of Medium Orchid #BB56E5
Tints of Medium Orchid #BB56E5
RGB
CMYK
RGB Variations
Color information
#BB56E5 (or 0xBB56E5) is known color: Medium Orchid. HEX triplet: BB, 56 and E5. RGB value is (187,86,229). Sum of RGB (Red+Green+Blue) = 187+86+229=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB56E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56E5 is #44A91A. Grayscale: #848484. Windows color (decimal): -4499739 or 15029947. OLE color: 15029947.
HSL color Cylindrical-coordinate representation of color #BB56E5: hue angle of 282.38º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB56E5 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 86 | 229 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.10 |
| HSL | 282.38º | 0.73% | 0.62% | - |
| HSV(B) | 282.38º | 0.62% | 0.9% | - |
| XYZ | 37.96 | 22.88 | 76.54 | - |
| YUV | 132.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 229 | 0.18 | 0.62 | 0 | 0.10 | 282.38 | 0.73 | 0.62 |
| Hex | BB | 56 | E5 | 12 | 3E | 0 | A | 11A | 49 | 3E |
| Octal | 273 | 126 | 345 | 22 | 76 | 0 | 12 | 432 | 111 | 76 |
| Binary | 10111011 | 1010110 | 11100101 | 10010 | 111110 | 0 | 1010 | 100011010 | 1001001 | 111110 |
Color Harmonies of #BB56E5
Complementary color
Monochromatic Colors of #BB56E5
Black with #BB56E5
Text Example
Text Example
White with #BB56E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56E5; }
p { color: rgb(187,86,229); }
H1.HeaderClassName
{
color: #BB56E5;
}
.AnyTagClassName
{
color: #BB56E5;
}
</style>
background-color css
<style>
a { background-color: #BB56E5; }
a { background-color: rgb(187,86,229); }
div.DivClassName
{
background-color: #BB56E5;
}
.BgClassName
{
background-color: #BB56E5;
}
</style>
border-color css
<style>
span { border-color: #BB56E5; }
span { border-color: rgb(187,86,229); }
td.TdClassName
{
border-color: #BB56E5;
}
.TagClassName
{
border-color: #BB56E5;
}
</style>