Shades of Medium Orchid #B876D1
Tints of Medium Orchid #B876D1
RGB
CMYK
RGB Variations
Color information
#B876D1 (or 0xB876D1) is known color: Medium Orchid. HEX triplet: B8, 76 and D1. RGB value is (184,118,209). Sum of RGB (Red+Green+Blue) = 184+118+209=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #B876D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876D1 is #47892E. Grayscale: #939393. Windows color (decimal): -4688175 or 13727416. OLE color: 13727416.
HSL color Cylindrical-coordinate representation of color #B876D1: hue angle of 283.52º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B876D1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 118 | 209 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.18 |
| HSL | 283.52º | 0.5% | 0.64% | - |
| HSV(B) | 283.52º | 0.44% | 0.82% | - |
| XYZ | 37.75 | 27.75 | 63.69 | - |
| YUV | 148.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 209 | 0.12 | 0.44 | 0 | 0.18 | 283.52 | 0.5 | 0.64 |
| Hex | B8 | 76 | D1 | C | 2C | 0 | 12 | 11C | 32 | 40 |
| Octal | 270 | 166 | 321 | 14 | 54 | 0 | 22 | 434 | 62 | 100 |
| Binary | 10111000 | 1110110 | 11010001 | 1100 | 101100 | 0 | 10010 | 100011100 | 110010 | 1000000 |
Color Harmonies of #B876D1
Complementary color
Monochromatic Colors of #B876D1
Black with #B876D1
Text Example
Text Example
White with #B876D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B876D1; }
p { color: rgb(184,118,209); }
H1.HeaderClassName
{
color: #B876D1;
}
.AnyTagClassName
{
color: #B876D1;
}
</style>
background-color css
<style>
a { background-color: #B876D1; }
a { background-color: rgb(184,118,209); }
div.DivClassName
{
background-color: #B876D1;
}
.BgClassName
{
background-color: #B876D1;
}
</style>
border-color css
<style>
span { border-color: #B876D1; }
span { border-color: rgb(184,118,209); }
td.TdClassName
{
border-color: #B876D1;
}
.TagClassName
{
border-color: #B876D1;
}
</style>