Shades of Medium Orchid #B86BCE
Tints of Medium Orchid #B86BCE
RGB
CMYK
RGB Variations
Color information
#B86BCE (or 0xB86BCE) is known color: Medium Orchid. HEX triplet: B8, 6B and CE. RGB value is (184,107,206). Sum of RGB (Red+Green+Blue) = 184+107+206=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #B86BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BCE is #479431. Grayscale: #8C8C8C. Windows color (decimal): -4690994 or 13527992. OLE color: 13527992.
HSL color Cylindrical-coordinate representation of color #B86BCE: hue angle of 286.67º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86BCE is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 107 | 206 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.19 |
| HSL | 286.67º | 0.5% | 0.61% | - |
| HSV(B) | 286.67º | 0.48% | 0.81% | - |
| XYZ | 36.17 | 25.16 | 61.34 | - |
| YUV | 141.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 206 | 0.11 | 0.48 | 0 | 0.19 | 286.67 | 0.5 | 0.61 |
| Hex | B8 | 6B | CE | B | 30 | 0 | 13 | 11F | 32 | 3D |
| Octal | 270 | 153 | 316 | 13 | 60 | 0 | 23 | 437 | 62 | 75 |
| Binary | 10111000 | 1101011 | 11001110 | 1011 | 110000 | 0 | 10011 | 100011111 | 110010 | 111101 |
Color Harmonies of #B86BCE
Complementary color
Monochromatic Colors of #B86BCE
Black with #B86BCE
Text Example
Text Example
White with #B86BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86BCE; }
p { color: rgb(184,107,206); }
H1.HeaderClassName
{
color: #B86BCE;
}
.AnyTagClassName
{
color: #B86BCE;
}
</style>
background-color css
<style>
a { background-color: #B86BCE; }
a { background-color: rgb(184,107,206); }
div.DivClassName
{
background-color: #B86BCE;
}
.BgClassName
{
background-color: #B86BCE;
}
</style>
border-color css
<style>
span { border-color: #B86BCE; }
span { border-color: rgb(184,107,206); }
td.TdClassName
{
border-color: #B86BCE;
}
.TagClassName
{
border-color: #B86BCE;
}
</style>