Shades of Medium Orchid #B86CCC
Tints of Medium Orchid #B86CCC
RGB
CMYK
RGB Variations
Color information
#B86CCC (or 0xB86CCC) is known color: Medium Orchid. HEX triplet: B8, 6C and CC. RGB value is (184,108,204). Sum of RGB (Red+Green+Blue) = 184+108+204=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #B86CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CCC is #479333. Grayscale: #8D8D8D. Windows color (decimal): -4690740 or 13397176. OLE color: 13397176.
HSL color Cylindrical-coordinate representation of color #B86CCC: hue angle of 287.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86CCC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 108 | 204 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.2 |
| HSL | 287.5º | 0.48% | 0.61% | - |
| HSV(B) | 287.5º | 0.47% | 0.8% | - |
| XYZ | 36.03 | 25.28 | 60.11 | - |
| YUV | 141.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 204 | 0.10 | 0.47 | 0 | 0.2 | 287.5 | 0.48 | 0.61 |
| Hex | B8 | 6C | CC | A | 2F | 0 | 14 | 120 | 30 | 3D |
| Octal | 270 | 154 | 314 | 12 | 57 | 0 | 24 | 440 | 60 | 75 |
| Binary | 10111000 | 1101100 | 11001100 | 1010 | 101111 | 0 | 10100 | 100100000 | 110000 | 111101 |
Color Harmonies of #B86CCC
Complementary color
Monochromatic Colors of #B86CCC
Black with #B86CCC
Text Example
Text Example
White with #B86CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CCC; }
p { color: rgb(184,108,204); }
H1.HeaderClassName
{
color: #B86CCC;
}
.AnyTagClassName
{
color: #B86CCC;
}
</style>
background-color css
<style>
a { background-color: #B86CCC; }
a { background-color: rgb(184,108,204); }
div.DivClassName
{
background-color: #B86CCC;
}
.BgClassName
{
background-color: #B86CCC;
}
</style>
border-color css
<style>
span { border-color: #B86CCC; }
span { border-color: rgb(184,108,204); }
td.TdClassName
{
border-color: #B86CCC;
}
.TagClassName
{
border-color: #B86CCC;
}
</style>