Shades of Medium Orchid #B876CF
Tints of Medium Orchid #B876CF
RGB
CMYK
RGB Variations
Color information
#B876CF (or 0xB876CF) is known color: Medium Orchid. HEX triplet: B8, 76 and CF. RGB value is (184,118,207). Sum of RGB (Red+Green+Blue) = 184+118+207=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #B876CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876CF is #478930. Grayscale: #939393. Windows color (decimal): -4688177 or 13596344. OLE color: 13596344.
HSL color Cylindrical-coordinate representation of color #B876CF: hue angle of 284.49º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B876CF is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 118 | 207 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.19 |
| HSL | 284.49º | 0.48% | 0.64% | - |
| HSV(B) | 284.49º | 0.43% | 0.81% | - |
| XYZ | 37.51 | 27.65 | 62.39 | - |
| YUV | 147.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 207 | 0.11 | 0.43 | 0 | 0.19 | 284.49 | 0.48 | 0.64 |
| Hex | B8 | 76 | CF | B | 2B | 0 | 13 | 11C | 30 | 40 |
| Octal | 270 | 166 | 317 | 13 | 53 | 0 | 23 | 434 | 60 | 100 |
| Binary | 10111000 | 1110110 | 11001111 | 1011 | 101011 | 0 | 10011 | 100011100 | 110000 | 1000000 |
Color Harmonies of #B876CF
Complementary color
Monochromatic Colors of #B876CF
Black with #B876CF
Text Example
Text Example
White with #B876CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B876CF; }
p { color: rgb(184,118,207); }
H1.HeaderClassName
{
color: #B876CF;
}
.AnyTagClassName
{
color: #B876CF;
}
</style>
background-color css
<style>
a { background-color: #B876CF; }
a { background-color: rgb(184,118,207); }
div.DivClassName
{
background-color: #B876CF;
}
.BgClassName
{
background-color: #B876CF;
}
</style>
border-color css
<style>
span { border-color: #B876CF; }
span { border-color: rgb(184,118,207); }
td.TdClassName
{
border-color: #B876CF;
}
.TagClassName
{
border-color: #B876CF;
}
</style>