Shades of Medium Orchid #B86CDA
Tints of Medium Orchid #B86CDA
RGB
CMYK
RGB Variations
Color information
#B86CDA (or 0xB86CDA) is known color: Medium Orchid. HEX triplet: B8, 6C and DA. RGB value is (184,108,218). Sum of RGB (Red+Green+Blue) = 184+108+218=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B86CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CDA is #479325. Grayscale: #8E8E8E. Windows color (decimal): -4690726 or 14314680. OLE color: 14314680.
HSL color Cylindrical-coordinate representation of color #B86CDA: hue angle of 281.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B86CDA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 108 | 218 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.15 |
| HSL | 281.45º | 0.6% | 0.64% | - |
| HSV(B) | 281.45º | 0.5% | 0.85% | - |
| XYZ | 37.78 | 25.98 | 69.35 | - |
| YUV | 143.26 | 170.18 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 218 | 0.16 | 0.50 | 0 | 0.15 | 281.45 | 0.6 | 0.64 |
| Hex | B8 | 6C | DA | 10 | 32 | 0 | F | 119 | 3C | 40 |
| Octal | 270 | 154 | 332 | 20 | 62 | 0 | 17 | 431 | 74 | 100 |
| Binary | 10111000 | 1101100 | 11011010 | 10000 | 110010 | 0 | 1111 | 100011001 | 111100 | 1000000 |
Color Harmonies of #B86CDA
Complementary color
Monochromatic Colors of #B86CDA
Black with #B86CDA
Text Example
Text Example
White with #B86CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CDA; }
p { color: rgb(184,108,218); }
H1.HeaderClassName
{
color: #B86CDA;
}
.AnyTagClassName
{
color: #B86CDA;
}
</style>
background-color css
<style>
a { background-color: #B86CDA; }
a { background-color: rgb(184,108,218); }
div.DivClassName
{
background-color: #B86CDA;
}
.BgClassName
{
background-color: #B86CDA;
}
</style>
border-color css
<style>
span { border-color: #B86CDA; }
span { border-color: rgb(184,108,218); }
td.TdClassName
{
border-color: #B86CDA;
}
.TagClassName
{
border-color: #B86CDA;
}
</style>