Shades of Medium Orchid #BB77D4
Tints of Medium Orchid #BB77D4
RGB
CMYK
RGB Variations
Color information
#BB77D4 (or 0xBB77D4) is known color: Medium Orchid. HEX triplet: BB, 77 and D4. RGB value is (187,119,212). Sum of RGB (Red+Green+Blue) = 187+119+212=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB77D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77D4 is #44882B. Grayscale: #959595. Windows color (decimal): -4491308 or 13924283. OLE color: 13924283.
HSL color Cylindrical-coordinate representation of color #BB77D4: hue angle of 283.87º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB77D4 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 119 | 212 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.17 |
| HSL | 283.87º | 0.52% | 0.65% | - |
| HSV(B) | 283.87º | 0.44% | 0.83% | - |
| XYZ | 38.97 | 28.51 | 65.74 | - |
| YUV | 149.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 212 | 0.12 | 0.44 | 0 | 0.17 | 283.87 | 0.52 | 0.65 |
| Hex | BB | 77 | D4 | C | 2C | 0 | 11 | 11C | 34 | 41 |
| Octal | 273 | 167 | 324 | 14 | 54 | 0 | 21 | 434 | 64 | 101 |
| Binary | 10111011 | 1110111 | 11010100 | 1100 | 101100 | 0 | 10001 | 100011100 | 110100 | 1000001 |
Color Harmonies of #BB77D4
Complementary color
Monochromatic Colors of #BB77D4
Black with #BB77D4
Text Example
Text Example
White with #BB77D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77D4; }
p { color: rgb(187,119,212); }
H1.HeaderClassName
{
color: #BB77D4;
}
.AnyTagClassName
{
color: #BB77D4;
}
</style>
background-color css
<style>
a { background-color: #BB77D4; }
a { background-color: rgb(187,119,212); }
div.DivClassName
{
background-color: #BB77D4;
}
.BgClassName
{
background-color: #BB77D4;
}
</style>
border-color css
<style>
span { border-color: #BB77D4; }
span { border-color: rgb(187,119,212); }
td.TdClassName
{
border-color: #BB77D4;
}
.TagClassName
{
border-color: #BB77D4;
}
</style>