Shades of Medium Orchid #B86FD3
Tints of Medium Orchid #B86FD3
RGB
CMYK
RGB Variations
Color information
#B86FD3 (or 0xB86FD3) is known color: Medium Orchid. HEX triplet: B8, 6F and D3. RGB value is (184,111,211). Sum of RGB (Red+Green+Blue) = 184+111+211=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #B86FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FD3 is #47902C. Grayscale: #8F8F8F. Windows color (decimal): -4689965 or 13856696. OLE color: 13856696.
HSL color Cylindrical-coordinate representation of color #B86FD3: hue angle of 283.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86FD3 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 111 | 211 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.17 |
| HSL | 283.8º | 0.53% | 0.63% | - |
| HSV(B) | 283.8º | 0.47% | 0.83% | - |
| XYZ | 37.21 | 26.26 | 64.74 | - |
| YUV | 144.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 211 | 0.13 | 0.47 | 0 | 0.17 | 283.8 | 0.53 | 0.63 |
| Hex | B8 | 6F | D3 | D | 2F | 0 | 11 | 11C | 35 | 3F |
| Octal | 270 | 157 | 323 | 15 | 57 | 0 | 21 | 434 | 65 | 77 |
| Binary | 10111000 | 1101111 | 11010011 | 1101 | 101111 | 0 | 10001 | 100011100 | 110101 | 111111 |
Color Harmonies of #B86FD3
Complementary color
Monochromatic Colors of #B86FD3
Black with #B86FD3
Text Example
Text Example
White with #B86FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FD3; }
p { color: rgb(184,111,211); }
H1.HeaderClassName
{
color: #B86FD3;
}
.AnyTagClassName
{
color: #B86FD3;
}
</style>
background-color css
<style>
a { background-color: #B86FD3; }
a { background-color: rgb(184,111,211); }
div.DivClassName
{
background-color: #B86FD3;
}
.BgClassName
{
background-color: #B86FD3;
}
</style>
border-color css
<style>
span { border-color: #B86FD3; }
span { border-color: rgb(184,111,211); }
td.TdClassName
{
border-color: #B86FD3;
}
.TagClassName
{
border-color: #B86FD3;
}
</style>