Shades of Medium Orchid #B86FD2
Tints of Medium Orchid #B86FD2
RGB
CMYK
RGB Variations
Color information
#B86FD2 (or 0xB86FD2) is known color: Medium Orchid. HEX triplet: B8, 6F and D2. RGB value is (184,111,210). Sum of RGB (Red+Green+Blue) = 184+111+210=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 210 - color contains mainly: blue. Hex color #B86FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FD2 is #47902D. Grayscale: #8F8F8F. Windows color (decimal): -4689966 or 13791160. OLE color: 13791160.
HSL color Cylindrical-coordinate representation of color #B86FD2: hue angle of 284.24º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86FD2 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 111 | 210 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.18 |
| HSL | 284.24º | 0.52% | 0.63% | - |
| HSV(B) | 284.24º | 0.47% | 0.82% | - |
| XYZ | 37.08 | 26.21 | 64.08 | - |
| YUV | 144.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 210 | 0.12 | 0.47 | 0 | 0.18 | 284.24 | 0.52 | 0.63 |
| Hex | B8 | 6F | D2 | C | 2F | 0 | 12 | 11C | 34 | 3F |
| Octal | 270 | 157 | 322 | 14 | 57 | 0 | 22 | 434 | 64 | 77 |
| Binary | 10111000 | 1101111 | 11010010 | 1100 | 101111 | 0 | 10010 | 100011100 | 110100 | 111111 |
Color Harmonies of #B86FD2
Complementary color
Monochromatic Colors of #B86FD2
Black with #B86FD2
Text Example
Text Example
White with #B86FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FD2; }
p { color: rgb(184,111,210); }
H1.HeaderClassName
{
color: #B86FD2;
}
.AnyTagClassName
{
color: #B86FD2;
}
</style>
background-color css
<style>
a { background-color: #B86FD2; }
a { background-color: rgb(184,111,210); }
div.DivClassName
{
background-color: #B86FD2;
}
.BgClassName
{
background-color: #B86FD2;
}
</style>
border-color css
<style>
span { border-color: #B86FD2; }
span { border-color: rgb(184,111,210); }
td.TdClassName
{
border-color: #B86FD2;
}
.TagClassName
{
border-color: #B86FD2;
}
</style>