Shades of Medium Orchid #B86FDD
Tints of Medium Orchid #B86FDD
RGB
CMYK
RGB Variations
Color information
#B86FDD (or 0xB86FDD) is known color: Medium Orchid. HEX triplet: B8, 6F and DD. RGB value is (184,111,221). Sum of RGB (Red+Green+Blue) = 184+111+221=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #B86FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FDD is #479022. Grayscale: #919191. Windows color (decimal): -4689955 or 14512056. OLE color: 14512056.
HSL color Cylindrical-coordinate representation of color #B86FDD: hue angle of 279.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B86FDD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 111 | 221 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.13 |
| HSL | 279.82º | 0.62% | 0.65% | - |
| HSV(B) | 279.82º | 0.5% | 0.87% | - |
| XYZ | 38.5 | 26.78 | 71.55 | - |
| YUV | 145.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 221 | 0.17 | 0.50 | 0 | 0.13 | 279.82 | 0.62 | 0.65 |
| Hex | B8 | 6F | DD | 11 | 32 | 0 | D | 118 | 3E | 41 |
| Octal | 270 | 157 | 335 | 21 | 62 | 0 | 15 | 430 | 76 | 101 |
| Binary | 10111000 | 1101111 | 11011101 | 10001 | 110010 | 0 | 1101 | 100011000 | 111110 | 1000001 |
Color Harmonies of #B86FDD
Complementary color
Monochromatic Colors of #B86FDD
Black with #B86FDD
Text Example
Text Example
White with #B86FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FDD; }
p { color: rgb(184,111,221); }
H1.HeaderClassName
{
color: #B86FDD;
}
.AnyTagClassName
{
color: #B86FDD;
}
</style>
background-color css
<style>
a { background-color: #B86FDD; }
a { background-color: rgb(184,111,221); }
div.DivClassName
{
background-color: #B86FDD;
}
.BgClassName
{
background-color: #B86FDD;
}
</style>
border-color css
<style>
span { border-color: #B86FDD; }
span { border-color: rgb(184,111,221); }
td.TdClassName
{
border-color: #B86FDD;
}
.TagClassName
{
border-color: #B86FDD;
}
</style>