Shades of Medium Orchid #B86DDA
Tints of Medium Orchid #B86DDA
RGB
CMYK
RGB Variations
Color information
#B86DDA (or 0xB86DDA) is known color: Medium Orchid. HEX triplet: B8, 6D and DA. RGB value is (184,109,218). Sum of RGB (Red+Green+Blue) = 184+109+218=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B86DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DDA is #479225. Grayscale: #8F8F8F. Windows color (decimal): -4690470 or 14314936. OLE color: 14314936.
HSL color Cylindrical-coordinate representation of color #B86DDA: hue angle of 281.28º 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 #B86DDA is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 109 | 218 | - |
| CMYK | 0.16 | 0.5 | 0 | 0.15 |
| HSL | 281.28º | 0.6% | 0.64% | - |
| HSV(B) | 281.28º | 0.5% | 0.85% | - |
| XYZ | 37.89 | 26.19 | 69.39 | - |
| YUV | 143.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 218 | 0.16 | 0.5 | 0 | 0.15 | 281.28 | 0.6 | 0.64 |
| Hex | B8 | 6D | DA | 10 | 32 | 0 | F | 119 | 3C | 40 |
| Octal | 270 | 155 | 332 | 20 | 62 | 0 | 17 | 431 | 74 | 100 |
| Binary | 10111000 | 1101101 | 11011010 | 10000 | 110010 | 0 | 1111 | 100011001 | 111100 | 1000000 |
Color Harmonies of #B86DDA
Complementary color
Monochromatic Colors of #B86DDA
Black with #B86DDA
Text Example
Text Example
White with #B86DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DDA; }
p { color: rgb(184,109,218); }
H1.HeaderClassName
{
color: #B86DDA;
}
.AnyTagClassName
{
color: #B86DDA;
}
</style>
background-color css
<style>
a { background-color: #B86DDA; }
a { background-color: rgb(184,109,218); }
div.DivClassName
{
background-color: #B86DDA;
}
.BgClassName
{
background-color: #B86DDA;
}
</style>
border-color css
<style>
span { border-color: #B86DDA; }
span { border-color: rgb(184,109,218); }
td.TdClassName
{
border-color: #B86DDA;
}
.TagClassName
{
border-color: #B86DDA;
}
</style>