Shades of Medium Orchid #B860DE
Tints of Medium Orchid #B860DE
RGB
CMYK
RGB Variations
Color information
#B860DE (or 0xB860DE) is known color: Medium Orchid. HEX triplet: B8, 60 and DE. RGB value is (184,96,222). Sum of RGB (Red+Green+Blue) = 184+96+222=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #B860DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860DE is #479F21. Grayscale: #888888. Windows color (decimal): -4693794 or 14573752. OLE color: 14573752.
HSL color Cylindrical-coordinate representation of color #B860DE: hue angle of 281.9º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B860DE is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 96 | 222 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.13 |
| HSL | 281.9º | 0.66% | 0.62% | - |
| HSV(B) | 281.9º | 0.57% | 0.87% | - |
| XYZ | 37.13 | 23.83 | 71.75 | - |
| YUV | 136.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 222 | 0.17 | 0.57 | 0 | 0.13 | 281.9 | 0.66 | 0.62 |
| Hex | B8 | 60 | DE | 11 | 39 | 0 | D | 11A | 42 | 3E |
| Octal | 270 | 140 | 336 | 21 | 71 | 0 | 15 | 432 | 102 | 76 |
| Binary | 10111000 | 1100000 | 11011110 | 10001 | 111001 | 0 | 1101 | 100011010 | 1000010 | 111110 |
Color Harmonies of #B860DE
Complementary color
Monochromatic Colors of #B860DE
Black with #B860DE
Text Example
Text Example
White with #B860DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860DE; }
p { color: rgb(184,96,222); }
H1.HeaderClassName
{
color: #B860DE;
}
.AnyTagClassName
{
color: #B860DE;
}
</style>
background-color css
<style>
a { background-color: #B860DE; }
a { background-color: rgb(184,96,222); }
div.DivClassName
{
background-color: #B860DE;
}
.BgClassName
{
background-color: #B860DE;
}
</style>
border-color css
<style>
span { border-color: #B860DE; }
span { border-color: rgb(184,96,222); }
td.TdClassName
{
border-color: #B860DE;
}
.TagClassName
{
border-color: #B860DE;
}
</style>