Shades of Medium Orchid #B876DF
Tints of Medium Orchid #B876DF
RGB
CMYK
RGB Variations
Color information
#B876DF (or 0xB876DF) is known color: Medium Orchid. HEX triplet: B8, 76 and DF. RGB value is (184,118,223). Sum of RGB (Red+Green+Blue) = 184+118+223=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #B876DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876DF is #478920. Grayscale: #959595. Windows color (decimal): -4688161 or 14644920. OLE color: 14644920.
HSL color Cylindrical-coordinate representation of color #B876DF: hue angle of 277.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B876DF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 118 | 223 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.13 |
| HSL | 277.71º | 0.62% | 0.67% | - |
| HSV(B) | 277.71º | 0.47% | 0.87% | - |
| XYZ | 39.56 | 28.47 | 73.22 | - |
| YUV | 149.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 223 | 0.17 | 0.47 | 0 | 0.13 | 277.71 | 0.62 | 0.67 |
| Hex | B8 | 76 | DF | 11 | 2F | 0 | D | 116 | 3E | 43 |
| Octal | 270 | 166 | 337 | 21 | 57 | 0 | 15 | 426 | 76 | 103 |
| Binary | 10111000 | 1110110 | 11011111 | 10001 | 101111 | 0 | 1101 | 100010110 | 111110 | 1000011 |
Color Harmonies of #B876DF
Complementary color
Monochromatic Colors of #B876DF
Black with #B876DF
Text Example
Text Example
White with #B876DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B876DF; }
p { color: rgb(184,118,223); }
H1.HeaderClassName
{
color: #B876DF;
}
.AnyTagClassName
{
color: #B876DF;
}
</style>
background-color css
<style>
a { background-color: #B876DF; }
a { background-color: rgb(184,118,223); }
div.DivClassName
{
background-color: #B876DF;
}
.BgClassName
{
background-color: #B876DF;
}
</style>
border-color css
<style>
span { border-color: #B876DF; }
span { border-color: rgb(184,118,223); }
td.TdClassName
{
border-color: #B876DF;
}
.TagClassName
{
border-color: #B876DF;
}
</style>