Shades of Medium Orchid #BB57E3
Tints of Medium Orchid #BB57E3
RGB
CMYK
RGB Variations
Color information
#BB57E3 (or 0xBB57E3) is known color: Medium Orchid. HEX triplet: BB, 57 and E3. RGB value is (187,87,227). Sum of RGB (Red+Green+Blue) = 187+87+227=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB57E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57E3 is #44A81C. Grayscale: #848484. Windows color (decimal): -4499485 or 14899131. OLE color: 14899131.
HSL color Cylindrical-coordinate representation of color #BB57E3: hue angle of 282.86º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB57E3 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 87 | 227 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.11 |
| HSL | 282.86º | 0.71% | 0.62% | - |
| HSV(B) | 282.86º | 0.62% | 0.89% | - |
| XYZ | 37.77 | 22.93 | 75.11 | - |
| YUV | 132.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 227 | 0.18 | 0.62 | 0 | 0.11 | 282.86 | 0.71 | 0.62 |
| Hex | BB | 57 | E3 | 12 | 3E | 0 | B | 11B | 47 | 3E |
| Octal | 273 | 127 | 343 | 22 | 76 | 0 | 13 | 433 | 107 | 76 |
| Binary | 10111011 | 1010111 | 11100011 | 10010 | 111110 | 0 | 1011 | 100011011 | 1000111 | 111110 |
Color Harmonies of #BB57E3
Complementary color
Monochromatic Colors of #BB57E3
Black with #BB57E3
Text Example
Text Example
White with #BB57E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57E3; }
p { color: rgb(187,87,227); }
H1.HeaderClassName
{
color: #BB57E3;
}
.AnyTagClassName
{
color: #BB57E3;
}
</style>
background-color css
<style>
a { background-color: #BB57E3; }
a { background-color: rgb(187,87,227); }
div.DivClassName
{
background-color: #BB57E3;
}
.BgClassName
{
background-color: #BB57E3;
}
</style>
border-color css
<style>
span { border-color: #BB57E3; }
span { border-color: rgb(187,87,227); }
td.TdClassName
{
border-color: #BB57E3;
}
.TagClassName
{
border-color: #BB57E3;
}
</style>