Shades of Medium Orchid #B977DD
Tints of Medium Orchid #B977DD
RGB
CMYK
RGB Variations
Color information
#B977DD (or 0xB977DD) is known color: Medium Orchid. HEX triplet: B9, 77 and DD. RGB value is (185,119,221). Sum of RGB (Red+Green+Blue) = 185+119+221=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #B977DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977DD is #468822. Grayscale: #969696. Windows color (decimal): -4622371 or 14514105. OLE color: 14514105.
HSL color Cylindrical-coordinate representation of color #B977DD: hue angle of 278.82º 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 #B977DD is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 119 | 221 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.13 |
| HSL | 278.82º | 0.6% | 0.67% | - |
| HSV(B) | 278.82º | 0.46% | 0.87% | - |
| XYZ | 39.66 | 28.73 | 71.86 | - |
| YUV | 150.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 221 | 0.16 | 0.46 | 0 | 0.13 | 278.82 | 0.6 | 0.67 |
| Hex | B9 | 77 | DD | 10 | 2E | 0 | D | 117 | 3C | 43 |
| Octal | 271 | 167 | 335 | 20 | 56 | 0 | 15 | 427 | 74 | 103 |
| Binary | 10111001 | 1110111 | 11011101 | 10000 | 101110 | 0 | 1101 | 100010111 | 111100 | 1000011 |
Color Harmonies of #B977DD
Complementary color
Monochromatic Colors of #B977DD
Black with #B977DD
Text Example
Text Example
White with #B977DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977DD; }
p { color: rgb(185,119,221); }
H1.HeaderClassName
{
color: #B977DD;
}
.AnyTagClassName
{
color: #B977DD;
}
</style>
background-color css
<style>
a { background-color: #B977DD; }
a { background-color: rgb(185,119,221); }
div.DivClassName
{
background-color: #B977DD;
}
.BgClassName
{
background-color: #B977DD;
}
</style>
border-color css
<style>
span { border-color: #B977DD; }
span { border-color: rgb(185,119,221); }
td.TdClassName
{
border-color: #B977DD;
}
.TagClassName
{
border-color: #B977DD;
}
</style>