Shades of Medium Orchid #BB57E5
Tints of Medium Orchid #BB57E5
RGB
CMYK
RGB Variations
Color information
#BB57E5 (or 0xBB57E5) is known color: Medium Orchid. HEX triplet: BB, 57 and E5. RGB value is (187,87,229). Sum of RGB (Red+Green+Blue) = 187+87+229=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB57E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57E5 is #44A81A. Grayscale: #848484. Windows color (decimal): -4499483 or 15030203. OLE color: 15030203.
HSL color Cylindrical-coordinate representation of color #BB57E5: hue angle of 282.25º 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 #BB57E5 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 87 | 229 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.10 |
| HSL | 282.25º | 0.73% | 0.62% | - |
| HSV(B) | 282.25º | 0.62% | 0.9% | - |
| XYZ | 38.04 | 23.04 | 76.57 | - |
| YUV | 133.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 229 | 0.18 | 0.62 | 0 | 0.10 | 282.25 | 0.73 | 0.62 |
| Hex | BB | 57 | E5 | 12 | 3E | 0 | A | 11A | 49 | 3E |
| Octal | 273 | 127 | 345 | 22 | 76 | 0 | 12 | 432 | 111 | 76 |
| Binary | 10111011 | 1010111 | 11100101 | 10010 | 111110 | 0 | 1010 | 100011010 | 1001001 | 111110 |
Color Harmonies of #BB57E5
Complementary color
Monochromatic Colors of #BB57E5
Black with #BB57E5
Text Example
Text Example
White with #BB57E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57E5; }
p { color: rgb(187,87,229); }
H1.HeaderClassName
{
color: #BB57E5;
}
.AnyTagClassName
{
color: #BB57E5;
}
</style>
background-color css
<style>
a { background-color: #BB57E5; }
a { background-color: rgb(187,87,229); }
div.DivClassName
{
background-color: #BB57E5;
}
.BgClassName
{
background-color: #BB57E5;
}
</style>
border-color css
<style>
span { border-color: #BB57E5; }
span { border-color: rgb(187,87,229); }
td.TdClassName
{
border-color: #BB57E5;
}
.TagClassName
{
border-color: #BB57E5;
}
</style>