Shades of Medium Orchid #B977DB
Tints of Medium Orchid #B977DB
RGB
CMYK
RGB Variations
Color information
#B977DB (or 0xB977DB) is known color: Medium Orchid. HEX triplet: B9, 77 and DB. RGB value is (185,119,219). Sum of RGB (Red+Green+Blue) = 185+119+219=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #B977DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B977DB is #468824. Grayscale: #959595. Windows color (decimal): -4622373 or 14383033. OLE color: 14383033.
HSL color Cylindrical-coordinate representation of color #B977DB: hue angle of 279.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B977DB is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 119 | 219 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.14 |
| HSL | 279.6º | 0.58% | 0.66% | - |
| HSV(B) | 279.6º | 0.46% | 0.86% | - |
| XYZ | 39.39 | 28.62 | 70.47 | - |
| YUV | 150.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 219 | 0.16 | 0.46 | 0 | 0.14 | 279.6 | 0.58 | 0.66 |
| Hex | B9 | 77 | DB | 10 | 2E | 0 | E | 118 | 3A | 42 |
| Octal | 271 | 167 | 333 | 20 | 56 | 0 | 16 | 430 | 72 | 102 |
| Binary | 10111001 | 1110111 | 11011011 | 10000 | 101110 | 0 | 1110 | 100011000 | 111010 | 1000010 |
Color Harmonies of #B977DB
Complementary color
Monochromatic Colors of #B977DB
Black with #B977DB
Text Example
Text Example
White with #B977DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B977DB; }
p { color: rgb(185,119,219); }
H1.HeaderClassName
{
color: #B977DB;
}
.AnyTagClassName
{
color: #B977DB;
}
</style>
background-color css
<style>
a { background-color: #B977DB; }
a { background-color: rgb(185,119,219); }
div.DivClassName
{
background-color: #B977DB;
}
.BgClassName
{
background-color: #B977DB;
}
</style>
border-color css
<style>
span { border-color: #B977DB; }
span { border-color: rgb(185,119,219); }
td.TdClassName
{
border-color: #B977DB;
}
.TagClassName
{
border-color: #B977DB;
}
</style>