Shades of Medium Orchid #BB77E5
Tints of Medium Orchid #BB77E5
RGB
CMYK
RGB Variations
Color information
#BB77E5 (or 0xBB77E5) is known color: Medium Orchid. HEX triplet: BB, 77 and E5. RGB value is (187,119,229). Sum of RGB (Red+Green+Blue) = 187+119+229=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77E5 is #44881A. Grayscale: #979797. Windows color (decimal): -4491291 or 15038395. OLE color: 15038395.
HSL color Cylindrical-coordinate representation of color #BB77E5: hue angle of 277.09º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB77E5 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 119 | 229 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.10 |
| HSL | 277.09º | 0.68% | 0.68% | - |
| HSV(B) | 277.09º | 0.48% | 0.9% | - |
| XYZ | 41.23 | 29.42 | 77.63 | - |
| YUV | 151.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 229 | 0.18 | 0.48 | 0 | 0.10 | 277.09 | 0.68 | 0.68 |
| Hex | BB | 77 | E5 | 12 | 30 | 0 | A | 115 | 44 | 44 |
| Octal | 273 | 167 | 345 | 22 | 60 | 0 | 12 | 425 | 104 | 104 |
| Binary | 10111011 | 1110111 | 11100101 | 10010 | 110000 | 0 | 1010 | 100010101 | 1000100 | 1000100 |
Color Harmonies of #BB77E5
Complementary color
Monochromatic Colors of #BB77E5
Black with #BB77E5
Text Example
Text Example
White with #BB77E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77E5; }
p { color: rgb(187,119,229); }
H1.HeaderClassName
{
color: #BB77E5;
}
.AnyTagClassName
{
color: #BB77E5;
}
</style>
background-color css
<style>
a { background-color: #BB77E5; }
a { background-color: rgb(187,119,229); }
div.DivClassName
{
background-color: #BB77E5;
}
.BgClassName
{
background-color: #BB77E5;
}
</style>
border-color css
<style>
span { border-color: #BB77E5; }
span { border-color: rgb(187,119,229); }
td.TdClassName
{
border-color: #BB77E5;
}
.TagClassName
{
border-color: #BB77E5;
}
</style>