Shades of Medium Orchid #BB77CF
Tints of Medium Orchid #BB77CF
RGB
CMYK
RGB Variations
Color information
#BB77CF (or 0xBB77CF) is known color: Medium Orchid. HEX triplet: BB, 77 and CF. RGB value is (187,119,207). Sum of RGB (Red+Green+Blue) = 187+119+207=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77CF is #448830. Grayscale: #959595. Windows color (decimal): -4491313 or 13596603. OLE color: 13596603.
HSL color Cylindrical-coordinate representation of color #BB77CF: hue angle of 286.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB77CF is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 119 | 207 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.19 |
| HSL | 286.36º | 0.48% | 0.64% | - |
| HSV(B) | 286.36º | 0.43% | 0.81% | - |
| XYZ | 38.35 | 28.26 | 62.47 | - |
| YUV | 149.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 207 | 0.10 | 0.43 | 0 | 0.19 | 286.36 | 0.48 | 0.64 |
| Hex | BB | 77 | CF | A | 2B | 0 | 13 | 11E | 30 | 40 |
| Octal | 273 | 167 | 317 | 12 | 53 | 0 | 23 | 436 | 60 | 100 |
| Binary | 10111011 | 1110111 | 11001111 | 1010 | 101011 | 0 | 10011 | 100011110 | 110000 | 1000000 |
Color Harmonies of #BB77CF
Complementary color
Monochromatic Colors of #BB77CF
Black with #BB77CF
Text Example
Text Example
White with #BB77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77CF; }
p { color: rgb(187,119,207); }
H1.HeaderClassName
{
color: #BB77CF;
}
.AnyTagClassName
{
color: #BB77CF;
}
</style>
background-color css
<style>
a { background-color: #BB77CF; }
a { background-color: rgb(187,119,207); }
div.DivClassName
{
background-color: #BB77CF;
}
.BgClassName
{
background-color: #BB77CF;
}
</style>
border-color css
<style>
span { border-color: #BB77CF; }
span { border-color: rgb(187,119,207); }
td.TdClassName
{
border-color: #BB77CF;
}
.TagClassName
{
border-color: #BB77CF;
}
</style>