Shades of Medium Orchid #B977DA
Tints of Medium Orchid #B977DA
RGB
CMYK
RGB Variations
Color information
#B977DA (or 0xB977DA) is known color: Medium Orchid. HEX triplet: B9, 77 and DA. RGB value is (185,119,218). Sum of RGB (Red+Green+Blue) = 185+119+218=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #B977DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977DA is #468825. Grayscale: #959595. Windows color (decimal): -4622374 or 14317497. OLE color: 14317497.
HSL color Cylindrical-coordinate representation of color #B977DA: hue angle of 280º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B977DA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 119 | 218 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.15 |
| HSL | 280º | 0.57% | 0.66% | - |
| HSV(B) | 280º | 0.45% | 0.85% | - |
| XYZ | 39.26 | 28.57 | 69.78 | - |
| YUV | 150.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 218 | 0.15 | 0.45 | 0 | 0.15 | 280 | 0.57 | 0.66 |
| Hex | B9 | 77 | DA | F | 2D | 0 | F | 118 | 39 | 42 |
| Octal | 271 | 167 | 332 | 17 | 55 | 0 | 17 | 430 | 71 | 102 |
| Binary | 10111001 | 1110111 | 11011010 | 1111 | 101101 | 0 | 1111 | 100011000 | 111001 | 1000010 |
Color Harmonies of #B977DA
Complementary color
Monochromatic Colors of #B977DA
Black with #B977DA
Text Example
Text Example
White with #B977DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977DA; }
p { color: rgb(185,119,218); }
H1.HeaderClassName
{
color: #B977DA;
}
.AnyTagClassName
{
color: #B977DA;
}
</style>
background-color css
<style>
a { background-color: #B977DA; }
a { background-color: rgb(185,119,218); }
div.DivClassName
{
background-color: #B977DA;
}
.BgClassName
{
background-color: #B977DA;
}
</style>
border-color css
<style>
span { border-color: #B977DA; }
span { border-color: rgb(185,119,218); }
td.TdClassName
{
border-color: #B977DA;
}
.TagClassName
{
border-color: #B977DA;
}
</style>