Shades of Medium Orchid #B876DD
Tints of Medium Orchid #B876DD
RGB
CMYK
RGB Variations
Color information
#B876DD (or 0xB876DD) is known color: Medium Orchid. HEX triplet: B8, 76 and DD. RGB value is (184,118,221). Sum of RGB (Red+Green+Blue) = 184+118+221=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #B876DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876DD is #478922. Grayscale: #959595. Windows color (decimal): -4688163 or 14513848. OLE color: 14513848.
HSL color Cylindrical-coordinate representation of color #B876DD: hue angle of 278.45º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B876DD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 118 | 221 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.13 |
| HSL | 278.45º | 0.6% | 0.66% | - |
| HSV(B) | 278.45º | 0.47% | 0.87% | - |
| XYZ | 39.3 | 28.37 | 71.81 | - |
| YUV | 149.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 221 | 0.17 | 0.47 | 0 | 0.13 | 278.45 | 0.6 | 0.66 |
| Hex | B8 | 76 | DD | 11 | 2F | 0 | D | 116 | 3C | 42 |
| Octal | 270 | 166 | 335 | 21 | 57 | 0 | 15 | 426 | 74 | 102 |
| Binary | 10111000 | 1110110 | 11011101 | 10001 | 101111 | 0 | 1101 | 100010110 | 111100 | 1000010 |
Color Harmonies of #B876DD
Complementary color
Monochromatic Colors of #B876DD
Black with #B876DD
Text Example
Text Example
White with #B876DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B876DD; }
p { color: rgb(184,118,221); }
H1.HeaderClassName
{
color: #B876DD;
}
.AnyTagClassName
{
color: #B876DD;
}
</style>
background-color css
<style>
a { background-color: #B876DD; }
a { background-color: rgb(184,118,221); }
div.DivClassName
{
background-color: #B876DD;
}
.BgClassName
{
background-color: #B876DD;
}
</style>
border-color css
<style>
span { border-color: #B876DD; }
span { border-color: rgb(184,118,221); }
td.TdClassName
{
border-color: #B876DD;
}
.TagClassName
{
border-color: #B876DD;
}
</style>