Shades of Medium Orchid #BB77DB
Tints of Medium Orchid #BB77DB
RGB
CMYK
RGB Variations
Color information
#BB77DB (or 0xBB77DB) is known color: Medium Orchid. HEX triplet: BB, 77 and DB. RGB value is (187,119,219). Sum of RGB (Red+Green+Blue) = 187+119+219=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77DB is #448824. Grayscale: #969696. Windows color (decimal): -4491301 or 14383035. OLE color: 14383035.
HSL color Cylindrical-coordinate representation of color #BB77DB: hue angle of 280.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB77DB is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 119 | 219 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.14 |
| HSL | 280.8º | 0.58% | 0.66% | - |
| HSV(B) | 280.8º | 0.46% | 0.86% | - |
| XYZ | 39.88 | 28.87 | 70.49 | - |
| YUV | 150.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 219 | 0.15 | 0.46 | 0 | 0.14 | 280.8 | 0.58 | 0.66 |
| Hex | BB | 77 | DB | F | 2E | 0 | E | 119 | 3A | 42 |
| Octal | 273 | 167 | 333 | 17 | 56 | 0 | 16 | 431 | 72 | 102 |
| Binary | 10111011 | 1110111 | 11011011 | 1111 | 101110 | 0 | 1110 | 100011001 | 111010 | 1000010 |
Color Harmonies of #BB77DB
Complementary color
Monochromatic Colors of #BB77DB
Black with #BB77DB
Text Example
Text Example
White with #BB77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77DB; }
p { color: rgb(187,119,219); }
H1.HeaderClassName
{
color: #BB77DB;
}
.AnyTagClassName
{
color: #BB77DB;
}
</style>
background-color css
<style>
a { background-color: #BB77DB; }
a { background-color: rgb(187,119,219); }
div.DivClassName
{
background-color: #BB77DB;
}
.BgClassName
{
background-color: #BB77DB;
}
</style>
border-color css
<style>
span { border-color: #BB77DB; }
span { border-color: rgb(187,119,219); }
td.TdClassName
{
border-color: #BB77DB;
}
.TagClassName
{
border-color: #BB77DB;
}
</style>