Shades of Medium Orchid #BB77CE
Tints of Medium Orchid #BB77CE
RGB
CMYK
RGB Variations
Color information
#BB77CE (or 0xBB77CE) is known color: Medium Orchid. HEX triplet: BB, 77 and CE. RGB value is (187,119,206). Sum of RGB (Red+Green+Blue) = 187+119+206=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77CE is #448831. Grayscale: #949494. Windows color (decimal): -4491314 or 13531067. OLE color: 13531067.
HSL color Cylindrical-coordinate representation of color #BB77CE: hue angle of 286.9º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB77CE is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 119 | 206 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.19 |
| HSL | 286.9º | 0.47% | 0.64% | - |
| HSV(B) | 286.9º | 0.42% | 0.81% | - |
| XYZ | 38.23 | 28.21 | 61.82 | - |
| YUV | 149.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 206 | 0.09 | 0.42 | 0 | 0.19 | 286.9 | 0.47 | 0.64 |
| Hex | BB | 77 | CE | 9 | 2A | 0 | 13 | 11F | 2F | 40 |
| Octal | 273 | 167 | 316 | 11 | 52 | 0 | 23 | 437 | 57 | 100 |
| Binary | 10111011 | 1110111 | 11001110 | 1001 | 101010 | 0 | 10011 | 100011111 | 101111 | 1000000 |
Color Harmonies of #BB77CE
Complementary color
Monochromatic Colors of #BB77CE
Black with #BB77CE
Text Example
Text Example
White with #BB77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB77CE; }
p { color: rgb(187,119,206); }
H1.HeaderClassName
{
color: #BB77CE;
}
.AnyTagClassName
{
color: #BB77CE;
}
</style>
background-color css
<style>
a { background-color: #BB77CE; }
a { background-color: rgb(187,119,206); }
div.DivClassName
{
background-color: #BB77CE;
}
.BgClassName
{
background-color: #BB77CE;
}
</style>
border-color css
<style>
span { border-color: #BB77CE; }
span { border-color: rgb(187,119,206); }
td.TdClassName
{
border-color: #BB77CE;
}
.TagClassName
{
border-color: #BB77CE;
}
</style>