Shades of Medium Orchid #BB77DD
Tints of Medium Orchid #BB77DD
RGB
CMYK
RGB Variations
Color information
#BB77DD (or 0xBB77DD) is known color: Medium Orchid. HEX triplet: BB, 77 and DD. RGB value is (187,119,221). Sum of RGB (Red+Green+Blue) = 187+119+221=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77DD is #448822. Grayscale: #969696. Windows color (decimal): -4491299 or 14514107. OLE color: 14514107.
HSL color Cylindrical-coordinate representation of color #BB77DD: hue angle of 280º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB77DD is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 119 | 221 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.13 |
| HSL | 280º | 0.6% | 0.67% | - |
| HSV(B) | 280º | 0.46% | 0.87% | - |
| XYZ | 40.14 | 28.98 | 71.88 | - |
| YUV | 150.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 221 | 0.15 | 0.46 | 0 | 0.13 | 280 | 0.6 | 0.67 |
| Hex | BB | 77 | DD | F | 2E | 0 | D | 118 | 3C | 43 |
| Octal | 273 | 167 | 335 | 17 | 56 | 0 | 15 | 430 | 74 | 103 |
| Binary | 10111011 | 1110111 | 11011101 | 1111 | 101110 | 0 | 1101 | 100011000 | 111100 | 1000011 |
Color Harmonies of #BB77DD
Complementary color
Monochromatic Colors of #BB77DD
Black with #BB77DD
Text Example
Text Example
White with #BB77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77DD; }
p { color: rgb(187,119,221); }
H1.HeaderClassName
{
color: #BB77DD;
}
.AnyTagClassName
{
color: #BB77DD;
}
</style>
background-color css
<style>
a { background-color: #BB77DD; }
a { background-color: rgb(187,119,221); }
div.DivClassName
{
background-color: #BB77DD;
}
.BgClassName
{
background-color: #BB77DD;
}
</style>
border-color css
<style>
span { border-color: #BB77DD; }
span { border-color: rgb(187,119,221); }
td.TdClassName
{
border-color: #BB77DD;
}
.TagClassName
{
border-color: #BB77DD;
}
</style>