Shades of Medium Orchid #B876D5
Tints of Medium Orchid #B876D5
RGB
CMYK
RGB Variations
Color information
#B876D5 (or 0xB876D5) is known color: Medium Orchid. HEX triplet: B8, 76 and D5. RGB value is (184,118,213). Sum of RGB (Red+Green+Blue) = 184+118+213=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #B876D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876D5 is #47892A. Grayscale: #949494. Windows color (decimal): -4688171 or 13989560. OLE color: 13989560.
HSL color Cylindrical-coordinate representation of color #B876D5: hue angle of 281.68º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B876D5 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 118 | 213 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.16 |
| HSL | 281.68º | 0.53% | 0.65% | - |
| HSV(B) | 281.68º | 0.45% | 0.84% | - |
| XYZ | 38.26 | 27.95 | 66.33 | - |
| YUV | 148.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 213 | 0.14 | 0.45 | 0 | 0.16 | 281.68 | 0.53 | 0.65 |
| Hex | B8 | 76 | D5 | E | 2D | 0 | 10 | 11A | 35 | 41 |
| Octal | 270 | 166 | 325 | 16 | 55 | 0 | 20 | 432 | 65 | 101 |
| Binary | 10111000 | 1110110 | 11010101 | 1110 | 101101 | 0 | 10000 | 100011010 | 110101 | 1000001 |
Color Harmonies of #B876D5
Complementary color
Monochromatic Colors of #B876D5
Black with #B876D5
Text Example
Text Example
White with #B876D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B876D5; }
p { color: rgb(184,118,213); }
H1.HeaderClassName
{
color: #B876D5;
}
.AnyTagClassName
{
color: #B876D5;
}
</style>
background-color css
<style>
a { background-color: #B876D5; }
a { background-color: rgb(184,118,213); }
div.DivClassName
{
background-color: #B876D5;
}
.BgClassName
{
background-color: #B876D5;
}
</style>
border-color css
<style>
span { border-color: #B876D5; }
span { border-color: rgb(184,118,213); }
td.TdClassName
{
border-color: #B876D5;
}
.TagClassName
{
border-color: #B876D5;
}
</style>