Shades of Medium Orchid #B86FCB
Tints of Medium Orchid #B86FCB
RGB
CMYK
RGB Variations
Color information
#B86FCB (or 0xB86FCB) is known color: Medium Orchid. HEX triplet: B8, 6F and CB. RGB value is (184,111,203). Sum of RGB (Red+Green+Blue) = 184+111+203=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #B86FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FCB is #479034. Grayscale: #8F8F8F. Windows color (decimal): -4689973 or 13332408. OLE color: 13332408.
HSL color Cylindrical-coordinate representation of color #B86FCB: hue angle of 287.61º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86FCB is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 111 | 203 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.20 |
| HSL | 287.61º | 0.47% | 0.62% | - |
| HSV(B) | 287.61º | 0.45% | 0.8% | - |
| XYZ | 36.23 | 25.87 | 59.58 | - |
| YUV | 143.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 203 | 0.09 | 0.45 | 0 | 0.20 | 287.61 | 0.47 | 0.62 |
| Hex | B8 | 6F | CB | 9 | 2D | 0 | 14 | 120 | 2F | 3E |
| Octal | 270 | 157 | 313 | 11 | 55 | 0 | 24 | 440 | 57 | 76 |
| Binary | 10111000 | 1101111 | 11001011 | 1001 | 101101 | 0 | 10100 | 100100000 | 101111 | 111110 |
Color Harmonies of #B86FCB
Complementary color
Monochromatic Colors of #B86FCB
Black with #B86FCB
Text Example
Text Example
White with #B86FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FCB; }
p { color: rgb(184,111,203); }
H1.HeaderClassName
{
color: #B86FCB;
}
.AnyTagClassName
{
color: #B86FCB;
}
</style>
background-color css
<style>
a { background-color: #B86FCB; }
a { background-color: rgb(184,111,203); }
div.DivClassName
{
background-color: #B86FCB;
}
.BgClassName
{
background-color: #B86FCB;
}
</style>
border-color css
<style>
span { border-color: #B86FCB; }
span { border-color: rgb(184,111,203); }
td.TdClassName
{
border-color: #B86FCB;
}
.TagClassName
{
border-color: #B86FCB;
}
</style>