Shades of Medium Orchid #B86BD2
Tints of Medium Orchid #B86BD2
RGB
CMYK
RGB Variations
Color information
#B86BD2 (or 0xB86BD2) is known color: Medium Orchid. HEX triplet: B8, 6B and D2. RGB value is (184,107,210). Sum of RGB (Red+Green+Blue) = 184+107+210=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #B86BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BD2 is #47942D. Grayscale: #8D8D8D. Windows color (decimal): -4690990 or 13790136. OLE color: 13790136.
HSL color Cylindrical-coordinate representation of color #B86BD2: hue angle of 284.85º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B86BD2 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 107 | 210 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.18 |
| HSL | 284.85º | 0.53% | 0.62% | - |
| HSV(B) | 284.85º | 0.49% | 0.82% | - |
| XYZ | 36.66 | 25.36 | 63.94 | - |
| YUV | 141.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 210 | 0.12 | 0.49 | 0 | 0.18 | 284.85 | 0.53 | 0.62 |
| Hex | B8 | 6B | D2 | C | 31 | 0 | 12 | 11D | 35 | 3E |
| Octal | 270 | 153 | 322 | 14 | 61 | 0 | 22 | 435 | 65 | 76 |
| Binary | 10111000 | 1101011 | 11010010 | 1100 | 110001 | 0 | 10010 | 100011101 | 110101 | 111110 |
Color Harmonies of #B86BD2
Complementary color
Monochromatic Colors of #B86BD2
Black with #B86BD2
Text Example
Text Example
White with #B86BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86BD2; }
p { color: rgb(184,107,210); }
H1.HeaderClassName
{
color: #B86BD2;
}
.AnyTagClassName
{
color: #B86BD2;
}
</style>
background-color css
<style>
a { background-color: #B86BD2; }
a { background-color: rgb(184,107,210); }
div.DivClassName
{
background-color: #B86BD2;
}
.BgClassName
{
background-color: #B86BD2;
}
</style>
border-color css
<style>
span { border-color: #B86BD2; }
span { border-color: rgb(184,107,210); }
td.TdClassName
{
border-color: #B86BD2;
}
.TagClassName
{
border-color: #B86BD2;
}
</style>