Shades of Medium Orchid #B86BCF
Tints of Medium Orchid #B86BCF
RGB
CMYK
RGB Variations
Color information
#B86BCF (or 0xB86BCF) is known color: Medium Orchid. HEX triplet: B8, 6B and CF. RGB value is (184,107,207). Sum of RGB (Red+Green+Blue) = 184+107+207=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #B86BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BCF is #479430. Grayscale: #8D8D8D. Windows color (decimal): -4690993 or 13593528. OLE color: 13593528.
HSL color Cylindrical-coordinate representation of color #B86BCF: hue angle of 286.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86BCF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 107 | 207 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.19 |
| HSL | 286.2º | 0.51% | 0.62% | - |
| HSV(B) | 286.2º | 0.48% | 0.81% | - |
| XYZ | 36.29 | 25.21 | 61.99 | - |
| YUV | 141.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 207 | 0.11 | 0.48 | 0 | 0.19 | 286.2 | 0.51 | 0.62 |
| Hex | B8 | 6B | CF | B | 30 | 0 | 13 | 11E | 33 | 3E |
| Octal | 270 | 153 | 317 | 13 | 60 | 0 | 23 | 436 | 63 | 76 |
| Binary | 10111000 | 1101011 | 11001111 | 1011 | 110000 | 0 | 10011 | 100011110 | 110011 | 111110 |
Color Harmonies of #B86BCF
Complementary color
Monochromatic Colors of #B86BCF
Black with #B86BCF
Text Example
Text Example
White with #B86BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86BCF; }
p { color: rgb(184,107,207); }
H1.HeaderClassName
{
color: #B86BCF;
}
.AnyTagClassName
{
color: #B86BCF;
}
</style>
background-color css
<style>
a { background-color: #B86BCF; }
a { background-color: rgb(184,107,207); }
div.DivClassName
{
background-color: #B86BCF;
}
.BgClassName
{
background-color: #B86BCF;
}
</style>
border-color css
<style>
span { border-color: #B86BCF; }
span { border-color: rgb(184,107,207); }
td.TdClassName
{
border-color: #B86BCF;
}
.TagClassName
{
border-color: #B86BCF;
}
</style>