Shades of Medium Orchid #BB57E2
Tints of Medium Orchid #BB57E2
RGB
CMYK
RGB Variations
Color information
#BB57E2 (or 0xBB57E2) is known color: Medium Orchid. HEX triplet: BB, 57 and E2. RGB value is (187,87,226). Sum of RGB (Red+Green+Blue) = 187+87+226=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB57E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57E2 is #44A81D. Grayscale: #848484. Windows color (decimal): -4499486 or 14833595. OLE color: 14833595.
HSL color Cylindrical-coordinate representation of color #BB57E2: hue angle of 283.17º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB57E2 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 87 | 226 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.11 |
| HSL | 283.17º | 0.71% | 0.61% | - |
| HSV(B) | 283.17º | 0.62% | 0.89% | - |
| XYZ | 37.63 | 22.87 | 74.38 | - |
| YUV | 132.75 | 180.63 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 226 | 0.17 | 0.62 | 0 | 0.11 | 283.17 | 0.71 | 0.61 |
| Hex | BB | 57 | E2 | 11 | 3E | 0 | B | 11B | 47 | 3D |
| Octal | 273 | 127 | 342 | 21 | 76 | 0 | 13 | 433 | 107 | 75 |
| Binary | 10111011 | 1010111 | 11100010 | 10001 | 111110 | 0 | 1011 | 100011011 | 1000111 | 111101 |
Color Harmonies of #BB57E2
Complementary color
Monochromatic Colors of #BB57E2
Black with #BB57E2
Text Example
Text Example
White with #BB57E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57E2; }
p { color: rgb(187,87,226); }
H1.HeaderClassName
{
color: #BB57E2;
}
.AnyTagClassName
{
color: #BB57E2;
}
</style>
background-color css
<style>
a { background-color: #BB57E2; }
a { background-color: rgb(187,87,226); }
div.DivClassName
{
background-color: #BB57E2;
}
.BgClassName
{
background-color: #BB57E2;
}
</style>
border-color css
<style>
span { border-color: #BB57E2; }
span { border-color: rgb(187,87,226); }
td.TdClassName
{
border-color: #BB57E2;
}
.TagClassName
{
border-color: #BB57E2;
}
</style>