Shades of Medium Orchid #B86CCA
Tints of Medium Orchid #B86CCA
RGB
CMYK
RGB Variations
Color information
#B86CCA (or 0xB86CCA) is known color: Medium Orchid. HEX triplet: B8, 6C and CA. RGB value is (184,108,202). Sum of RGB (Red+Green+Blue) = 184+108+202=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #B86CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CCA is #479335. Grayscale: #8D8D8D. Windows color (decimal): -4690742 or 13266104. OLE color: 13266104.
HSL color Cylindrical-coordinate representation of color #B86CCA: hue angle of 288.51º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86CCA is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 108 | 202 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.21 |
| HSL | 288.51º | 0.47% | 0.61% | - |
| HSV(B) | 288.51º | 0.47% | 0.79% | - |
| XYZ | 35.79 | 25.18 | 58.85 | - |
| YUV | 141.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 202 | 0.09 | 0.47 | 0 | 0.21 | 288.51 | 0.47 | 0.61 |
| Hex | B8 | 6C | CA | 9 | 2F | 0 | 15 | 121 | 2F | 3D |
| Octal | 270 | 154 | 312 | 11 | 57 | 0 | 25 | 441 | 57 | 75 |
| Binary | 10111000 | 1101100 | 11001010 | 1001 | 101111 | 0 | 10101 | 100100001 | 101111 | 111101 |
Color Harmonies of #B86CCA
Complementary color
Monochromatic Colors of #B86CCA
Black with #B86CCA
Text Example
Text Example
White with #B86CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CCA; }
p { color: rgb(184,108,202); }
H1.HeaderClassName
{
color: #B86CCA;
}
.AnyTagClassName
{
color: #B86CCA;
}
</style>
background-color css
<style>
a { background-color: #B86CCA; }
a { background-color: rgb(184,108,202); }
div.DivClassName
{
background-color: #B86CCA;
}
.BgClassName
{
background-color: #B86CCA;
}
</style>
border-color css
<style>
span { border-color: #B86CCA; }
span { border-color: rgb(184,108,202); }
td.TdClassName
{
border-color: #B86CCA;
}
.TagClassName
{
border-color: #B86CCA;
}
</style>