Shades of Medium Orchid #BB77E1
Tints of Medium Orchid #BB77E1
RGB
CMYK
RGB Variations
Color information
#BB77E1 (or 0xBB77E1) is known color: Medium Orchid. HEX triplet: BB, 77 and E1. RGB value is (187,119,225). Sum of RGB (Red+Green+Blue) = 187+119+225=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB77E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77E1 is #44881E. Grayscale: #979797. Windows color (decimal): -4491295 or 14776251. OLE color: 14776251.
HSL color Cylindrical-coordinate representation of color #BB77E1: hue angle of 278.49º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB77E1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 119 | 225 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.12 |
| HSL | 278.49º | 0.64% | 0.67% | - |
| HSV(B) | 278.49º | 0.47% | 0.88% | - |
| XYZ | 40.68 | 29.19 | 74.73 | - |
| YUV | 151.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 225 | 0.17 | 0.47 | 0 | 0.12 | 278.49 | 0.64 | 0.67 |
| Hex | BB | 77 | E1 | 11 | 2F | 0 | C | 116 | 40 | 43 |
| Octal | 273 | 167 | 341 | 21 | 57 | 0 | 14 | 426 | 100 | 103 |
| Binary | 10111011 | 1110111 | 11100001 | 10001 | 101111 | 0 | 1100 | 100010110 | 1000000 | 1000011 |
Color Harmonies of #BB77E1
Complementary color
Monochromatic Colors of #BB77E1
Black with #BB77E1
Text Example
Text Example
White with #BB77E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77E1; }
p { color: rgb(187,119,225); }
H1.HeaderClassName
{
color: #BB77E1;
}
.AnyTagClassName
{
color: #BB77E1;
}
</style>
background-color css
<style>
a { background-color: #BB77E1; }
a { background-color: rgb(187,119,225); }
div.DivClassName
{
background-color: #BB77E1;
}
.BgClassName
{
background-color: #BB77E1;
}
</style>
border-color css
<style>
span { border-color: #BB77E1; }
span { border-color: rgb(187,119,225); }
td.TdClassName
{
border-color: #BB77E1;
}
.TagClassName
{
border-color: #BB77E1;
}
</style>