Shades of Medium Orchid #B86FC9
Tints of Medium Orchid #B86FC9
RGB
CMYK
RGB Variations
Color information
#B86FC9 (or 0xB86FC9) is known color: Medium Orchid. HEX triplet: B8, 6F and C9. RGB value is (184,111,201). Sum of RGB (Red+Green+Blue) = 184+111+201=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #B86FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FC9 is #479036. Grayscale: #8E8E8E. Windows color (decimal): -4689975 or 13201336. OLE color: 13201336.
HSL color Cylindrical-coordinate representation of color #B86FC9: hue angle of 288.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86FC9 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 111 | 201 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.21 |
| HSL | 288.67º | 0.45% | 0.61% | - |
| HSV(B) | 288.67º | 0.45% | 0.79% | - |
| XYZ | 35.99 | 25.78 | 58.34 | - |
| YUV | 143.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 201 | 0.08 | 0.45 | 0 | 0.21 | 288.67 | 0.45 | 0.61 |
| Hex | B8 | 6F | C9 | 8 | 2D | 0 | 15 | 121 | 2D | 3D |
| Octal | 270 | 157 | 311 | 10 | 55 | 0 | 25 | 441 | 55 | 75 |
| Binary | 10111000 | 1101111 | 11001001 | 1000 | 101101 | 0 | 10101 | 100100001 | 101101 | 111101 |
Color Harmonies of #B86FC9
Complementary color
Monochromatic Colors of #B86FC9
Black with #B86FC9
Text Example
Text Example
White with #B86FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FC9; }
p { color: rgb(184,111,201); }
H1.HeaderClassName
{
color: #B86FC9;
}
.AnyTagClassName
{
color: #B86FC9;
}
</style>
background-color css
<style>
a { background-color: #B86FC9; }
a { background-color: rgb(184,111,201); }
div.DivClassName
{
background-color: #B86FC9;
}
.BgClassName
{
background-color: #B86FC9;
}
</style>
border-color css
<style>
span { border-color: #B86FC9; }
span { border-color: rgb(184,111,201); }
td.TdClassName
{
border-color: #B86FC9;
}
.TagClassName
{
border-color: #B86FC9;
}
</style>