Shades of Medium Orchid #B977D7
Tints of Medium Orchid #B977D7
RGB
CMYK
RGB Variations
Color information
#B977D7 (or 0xB977D7) is known color: Medium Orchid. HEX triplet: B9, 77 and D7. RGB value is (185,119,215). Sum of RGB (Red+Green+Blue) = 185+119+215=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #B977D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977D7 is #468828. Grayscale: #959595. Windows color (decimal): -4622377 or 14120889. OLE color: 14120889.
HSL color Cylindrical-coordinate representation of color #B977D7: hue angle of 281.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B977D7 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 119 | 215 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.16 |
| HSL | 281.25º | 0.55% | 0.65% | - |
| HSV(B) | 281.25º | 0.45% | 0.84% | - |
| XYZ | 38.87 | 28.41 | 67.73 | - |
| YUV | 149.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 215 | 0.14 | 0.45 | 0 | 0.16 | 281.25 | 0.55 | 0.65 |
| Hex | B9 | 77 | D7 | E | 2D | 0 | 10 | 119 | 37 | 41 |
| Octal | 271 | 167 | 327 | 16 | 55 | 0 | 20 | 431 | 67 | 101 |
| Binary | 10111001 | 1110111 | 11010111 | 1110 | 101101 | 0 | 10000 | 100011001 | 110111 | 1000001 |
Color Harmonies of #B977D7
Complementary color
Monochromatic Colors of #B977D7
Black with #B977D7
Text Example
Text Example
White with #B977D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977D7; }
p { color: rgb(185,119,215); }
H1.HeaderClassName
{
color: #B977D7;
}
.AnyTagClassName
{
color: #B977D7;
}
</style>
background-color css
<style>
a { background-color: #B977D7; }
a { background-color: rgb(185,119,215); }
div.DivClassName
{
background-color: #B977D7;
}
.BgClassName
{
background-color: #B977D7;
}
</style>
border-color css
<style>
span { border-color: #B977D7; }
span { border-color: rgb(185,119,215); }
td.TdClassName
{
border-color: #B977D7;
}
.TagClassName
{
border-color: #B977D7;
}
</style>