Shades of Medium Orchid #B86BE3
Tints of Medium Orchid #B86BE3
RGB
CMYK
RGB Variations
Color information
#B86BE3 (or 0xB86BE3) is known color: Medium Orchid. HEX triplet: B8, 6B and E3. RGB value is (184,107,227). Sum of RGB (Red+Green+Blue) = 184+107+227=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #B86BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BE3 is #47941C. Grayscale: #8F8F8F. Windows color (decimal): -4690973 or 14904248. OLE color: 14904248.
HSL color Cylindrical-coordinate representation of color #B86BE3: hue angle of 278.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B86BE3 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 107 | 227 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.11 |
| HSL | 278.5º | 0.68% | 0.65% | - |
| HSV(B) | 278.5º | 0.53% | 0.89% | - |
| XYZ | 38.89 | 26.25 | 75.69 | - |
| YUV | 143.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 227 | 0.19 | 0.53 | 0 | 0.11 | 278.5 | 0.68 | 0.65 |
| Hex | B8 | 6B | E3 | 13 | 35 | 0 | B | 116 | 44 | 41 |
| Octal | 270 | 153 | 343 | 23 | 65 | 0 | 13 | 426 | 104 | 101 |
| Binary | 10111000 | 1101011 | 11100011 | 10011 | 110101 | 0 | 1011 | 100010110 | 1000100 | 1000001 |
Color Harmonies of #B86BE3
Complementary color
Monochromatic Colors of #B86BE3
Black with #B86BE3
Text Example
Text Example
White with #B86BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86BE3; }
p { color: rgb(184,107,227); }
H1.HeaderClassName
{
color: #B86BE3;
}
.AnyTagClassName
{
color: #B86BE3;
}
</style>
background-color css
<style>
a { background-color: #B86BE3; }
a { background-color: rgb(184,107,227); }
div.DivClassName
{
background-color: #B86BE3;
}
.BgClassName
{
background-color: #B86BE3;
}
</style>
border-color css
<style>
span { border-color: #B86BE3; }
span { border-color: rgb(184,107,227); }
td.TdClassName
{
border-color: #B86BE3;
}
.TagClassName
{
border-color: #B86BE3;
}
</style>