Shades of Medium Orchid #BB76E5
Tints of Medium Orchid #BB76E5
RGB
CMYK
RGB Variations
Color information
#BB76E5 (or 0xBB76E5) is known color: Medium Orchid. HEX triplet: BB, 76 and E5. RGB value is (187,118,229). Sum of RGB (Red+Green+Blue) = 187+118+229=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76E5 is #44891A. Grayscale: #969696. Windows color (decimal): -4491547 or 15038139. OLE color: 15038139.
HSL color Cylindrical-coordinate representation of color #BB76E5: hue angle of 277.3º 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 #BB76E5 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 118 | 229 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.10 |
| HSL | 277.3º | 0.68% | 0.68% | - |
| HSV(B) | 277.3º | 0.48% | 0.9% | - |
| XYZ | 41.11 | 29.18 | 77.59 | - |
| YUV | 151.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 229 | 0.18 | 0.48 | 0 | 0.10 | 277.3 | 0.68 | 0.68 |
| Hex | BB | 76 | E5 | 12 | 30 | 0 | A | 115 | 44 | 44 |
| Octal | 273 | 166 | 345 | 22 | 60 | 0 | 12 | 425 | 104 | 104 |
| Binary | 10111011 | 1110110 | 11100101 | 10010 | 110000 | 0 | 1010 | 100010101 | 1000100 | 1000100 |
Color Harmonies of #BB76E5
Complementary color
Monochromatic Colors of #BB76E5
Black with #BB76E5
Text Example
Text Example
White with #BB76E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76E5; }
p { color: rgb(187,118,229); }
H1.HeaderClassName
{
color: #BB76E5;
}
.AnyTagClassName
{
color: #BB76E5;
}
</style>
background-color css
<style>
a { background-color: #BB76E5; }
a { background-color: rgb(187,118,229); }
div.DivClassName
{
background-color: #BB76E5;
}
.BgClassName
{
background-color: #BB76E5;
}
</style>
border-color css
<style>
span { border-color: #BB76E5; }
span { border-color: rgb(187,118,229); }
td.TdClassName
{
border-color: #BB76E5;
}
.TagClassName
{
border-color: #BB76E5;
}
</style>