Shades of Medium Orchid #B86FCA
Tints of Medium Orchid #B86FCA
RGB
CMYK
RGB Variations
Color information
#B86FCA (or 0xB86FCA) is known color: Medium Orchid. HEX triplet: B8, 6F and CA. RGB value is (184,111,202). Sum of RGB (Red+Green+Blue) = 184+111+202=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #B86FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FCA is #479035. Grayscale: #8E8E8E. Windows color (decimal): -4689974 or 13266872. OLE color: 13266872.
HSL color Cylindrical-coordinate representation of color #B86FCA: hue angle of 288.13º degrees, saturation: 0.46, 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 #B86FCA is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 111 | 202 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.21 |
| HSL | 288.13º | 0.46% | 0.61% | - |
| HSV(B) | 288.13º | 0.45% | 0.79% | - |
| XYZ | 36.11 | 25.82 | 58.96 | - |
| YUV | 143.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 202 | 0.09 | 0.45 | 0 | 0.21 | 288.13 | 0.46 | 0.61 |
| Hex | B8 | 6F | CA | 9 | 2D | 0 | 15 | 120 | 2E | 3D |
| Octal | 270 | 157 | 312 | 11 | 55 | 0 | 25 | 440 | 56 | 75 |
| Binary | 10111000 | 1101111 | 11001010 | 1001 | 101101 | 0 | 10101 | 100100000 | 101110 | 111101 |
Color Harmonies of #B86FCA
Complementary color
Monochromatic Colors of #B86FCA
Black with #B86FCA
Text Example
Text Example
White with #B86FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FCA; }
p { color: rgb(184,111,202); }
H1.HeaderClassName
{
color: #B86FCA;
}
.AnyTagClassName
{
color: #B86FCA;
}
</style>
background-color css
<style>
a { background-color: #B86FCA; }
a { background-color: rgb(184,111,202); }
div.DivClassName
{
background-color: #B86FCA;
}
.BgClassName
{
background-color: #B86FCA;
}
</style>
border-color css
<style>
span { border-color: #B86FCA; }
span { border-color: rgb(184,111,202); }
td.TdClassName
{
border-color: #B86FCA;
}
.TagClassName
{
border-color: #B86FCA;
}
</style>