Shades of Medium Orchid #BB77CD
Tints of Medium Orchid #BB77CD
RGB
CMYK
RGB Variations
Color information
#BB77CD (or 0xBB77CD) is known color: Medium Orchid. HEX triplet: BB, 77 and CD. RGB value is (187,119,205). Sum of RGB (Red+Green+Blue) = 187+119+205=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77CD is #448832. Grayscale: #949494. Windows color (decimal): -4491315 or 13465531. OLE color: 13465531.
HSL color Cylindrical-coordinate representation of color #BB77CD: hue angle of 287.44º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB77CD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 119 | 205 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.20 |
| HSL | 287.44º | 0.46% | 0.64% | - |
| HSV(B) | 287.44º | 0.42% | 0.8% | - |
| XYZ | 38.11 | 28.17 | 61.19 | - |
| YUV | 149.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 205 | 0.09 | 0.42 | 0 | 0.20 | 287.44 | 0.46 | 0.64 |
| Hex | BB | 77 | CD | 9 | 2A | 0 | 14 | 11F | 2E | 40 |
| Octal | 273 | 167 | 315 | 11 | 52 | 0 | 24 | 437 | 56 | 100 |
| Binary | 10111011 | 1110111 | 11001101 | 1001 | 101010 | 0 | 10100 | 100011111 | 101110 | 1000000 |
Color Harmonies of #BB77CD
Complementary color
Monochromatic Colors of #BB77CD
Black with #BB77CD
Text Example
Text Example
White with #BB77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77CD; }
p { color: rgb(187,119,205); }
H1.HeaderClassName
{
color: #BB77CD;
}
.AnyTagClassName
{
color: #BB77CD;
}
</style>
background-color css
<style>
a { background-color: #BB77CD; }
a { background-color: rgb(187,119,205); }
div.DivClassName
{
background-color: #BB77CD;
}
.BgClassName
{
background-color: #BB77CD;
}
</style>
border-color css
<style>
span { border-color: #BB77CD; }
span { border-color: rgb(187,119,205); }
td.TdClassName
{
border-color: #BB77CD;
}
.TagClassName
{
border-color: #BB77CD;
}
</style>