Shades of Medium Orchid #BB51E5
Tints of Medium Orchid #BB51E5
RGB
CMYK
RGB Variations
Color information
#BB51E5 (or 0xBB51E5) is known color: Medium Orchid. HEX triplet: BB, 51 and E5. RGB value is (187,81,229). Sum of RGB (Red+Green+Blue) = 187+81+229=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB51E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51E5 is #44AE1A. Grayscale: #818181. Windows color (decimal): -4501019 or 15028667. OLE color: 15028667.
HSL color Cylindrical-coordinate representation of color #BB51E5: hue angle of 282.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB51E5 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 81 | 229 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.10 |
| HSL | 282.97º | 0.74% | 0.61% | - |
| HSV(B) | 282.97º | 0.65% | 0.9% | - |
| XYZ | 37.58 | 22.11 | 76.42 | - |
| YUV | 129.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 229 | 0.18 | 0.65 | 0 | 0.10 | 282.97 | 0.74 | 0.61 |
| Hex | BB | 51 | E5 | 12 | 41 | 0 | A | 11B | 4A | 3D |
| Octal | 273 | 121 | 345 | 22 | 101 | 0 | 12 | 433 | 112 | 75 |
| Binary | 10111011 | 1010001 | 11100101 | 10010 | 1000001 | 0 | 1010 | 100011011 | 1001010 | 111101 |
Color Harmonies of #BB51E5
Complementary color
Monochromatic Colors of #BB51E5
Black with #BB51E5
Text Example
Text Example
White with #BB51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51E5; }
p { color: rgb(187,81,229); }
H1.HeaderClassName
{
color: #BB51E5;
}
.AnyTagClassName
{
color: #BB51E5;
}
</style>
background-color css
<style>
a { background-color: #BB51E5; }
a { background-color: rgb(187,81,229); }
div.DivClassName
{
background-color: #BB51E5;
}
.BgClassName
{
background-color: #BB51E5;
}
</style>
border-color css
<style>
span { border-color: #BB51E5; }
span { border-color: rgb(187,81,229); }
td.TdClassName
{
border-color: #BB51E5;
}
.TagClassName
{
border-color: #BB51E5;
}
</style>