Shades of Medium Orchid #B977DF
Tints of Medium Orchid #B977DF
RGB
CMYK
RGB Variations
Color information
#B977DF (or 0xB977DF) is known color: Medium Orchid. HEX triplet: B9, 77 and DF. RGB value is (185,119,223). Sum of RGB (Red+Green+Blue) = 185+119+223=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B977DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977DF is #468820. Grayscale: #969696. Windows color (decimal): -4622369 or 14645177. OLE color: 14645177.
HSL color Cylindrical-coordinate representation of color #B977DF: hue angle of 278.08º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B977DF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 119 | 223 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.13 |
| HSL | 278.08º | 0.62% | 0.67% | - |
| HSV(B) | 278.08º | 0.47% | 0.87% | - |
| XYZ | 39.92 | 28.84 | 73.27 | - |
| YUV | 150.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 223 | 0.17 | 0.47 | 0 | 0.13 | 278.08 | 0.62 | 0.67 |
| Hex | B9 | 77 | DF | 11 | 2F | 0 | D | 116 | 3E | 43 |
| Octal | 271 | 167 | 337 | 21 | 57 | 0 | 15 | 426 | 76 | 103 |
| Binary | 10111001 | 1110111 | 11011111 | 10001 | 101111 | 0 | 1101 | 100010110 | 111110 | 1000011 |
Color Harmonies of #B977DF
Complementary color
Monochromatic Colors of #B977DF
Black with #B977DF
Text Example
Text Example
White with #B977DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977DF; }
p { color: rgb(185,119,223); }
H1.HeaderClassName
{
color: #B977DF;
}
.AnyTagClassName
{
color: #B977DF;
}
</style>
background-color css
<style>
a { background-color: #B977DF; }
a { background-color: rgb(185,119,223); }
div.DivClassName
{
background-color: #B977DF;
}
.BgClassName
{
background-color: #B977DF;
}
</style>
border-color css
<style>
span { border-color: #B977DF; }
span { border-color: rgb(185,119,223); }
td.TdClassName
{
border-color: #B977DF;
}
.TagClassName
{
border-color: #B977DF;
}
</style>