Shades of Medium Orchid #BB76E7
Tints of Medium Orchid #BB76E7
RGB
CMYK
RGB Variations
Color information
#BB76E7 (or 0xBB76E7) is known color: Medium Orchid. HEX triplet: BB, 76 and E7. RGB value is (187,118,231). Sum of RGB (Red+Green+Blue) = 187+118+231=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB76E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB76E7 is #448918. Grayscale: #979797. Windows color (decimal): -4491545 or 15169211. OLE color: 15169211.
HSL color Cylindrical-coordinate representation of color #BB76E7: hue angle of 276.64º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB76E7 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 118 | 231 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.09 |
| HSL | 276.64º | 0.7% | 0.68% | - |
| HSV(B) | 276.64º | 0.49% | 0.91% | - |
| XYZ | 41.4 | 29.29 | 79.07 | - |
| YUV | 151.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 231 | 0.19 | 0.49 | 0 | 0.09 | 276.64 | 0.7 | 0.68 |
| Hex | BB | 76 | E7 | 13 | 31 | 0 | 9 | 115 | 46 | 44 |
| Octal | 273 | 166 | 347 | 23 | 61 | 0 | 11 | 425 | 106 | 104 |
| Binary | 10111011 | 1110110 | 11100111 | 10011 | 110001 | 0 | 1001 | 100010101 | 1000110 | 1000100 |
Color Harmonies of #BB76E7
Complementary color
Monochromatic Colors of #BB76E7
Black with #BB76E7
Text Example
Text Example
White with #BB76E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76E7; }
p { color: rgb(187,118,231); }
H1.HeaderClassName
{
color: #BB76E7;
}
.AnyTagClassName
{
color: #BB76E7;
}
</style>
background-color css
<style>
a { background-color: #BB76E7; }
a { background-color: rgb(187,118,231); }
div.DivClassName
{
background-color: #BB76E7;
}
.BgClassName
{
background-color: #BB76E7;
}
</style>
border-color css
<style>
span { border-color: #BB76E7; }
span { border-color: rgb(187,118,231); }
td.TdClassName
{
border-color: #BB76E7;
}
.TagClassName
{
border-color: #BB76E7;
}
</style>