Shades of Medium Orchid #B860CC
Tints of Medium Orchid #B860CC
RGB
CMYK
RGB Variations
Color information
#B860CC (or 0xB860CC) is known color: Medium Orchid. HEX triplet: B8, 60 and CC. RGB value is (184,96,204). Sum of RGB (Red+Green+Blue) = 184+96+204=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #B860CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860CC is #479F33. Grayscale: #868686. Windows color (decimal): -4693812 or 13394104. OLE color: 13394104.
HSL color Cylindrical-coordinate representation of color #B860CC: hue angle of 288.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B860CC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 96 | 204 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.2 |
| HSL | 288.89º | 0.51% | 0.59% | - |
| HSV(B) | 288.89º | 0.53% | 0.8% | - |
| XYZ | 34.85 | 22.92 | 59.71 | - |
| YUV | 134.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 204 | 0.10 | 0.53 | 0 | 0.2 | 288.89 | 0.51 | 0.59 |
| Hex | B8 | 60 | CC | A | 35 | 0 | 14 | 121 | 33 | 3B |
| Octal | 270 | 140 | 314 | 12 | 65 | 0 | 24 | 441 | 63 | 73 |
| Binary | 10111000 | 1100000 | 11001100 | 1010 | 110101 | 0 | 10100 | 100100001 | 110011 | 111011 |
Color Harmonies of #B860CC
Complementary color
Monochromatic Colors of #B860CC
Black with #B860CC
Text Example
Text Example
White with #B860CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860CC; }
p { color: rgb(184,96,204); }
H1.HeaderClassName
{
color: #B860CC;
}
.AnyTagClassName
{
color: #B860CC;
}
</style>
background-color css
<style>
a { background-color: #B860CC; }
a { background-color: rgb(184,96,204); }
div.DivClassName
{
background-color: #B860CC;
}
.BgClassName
{
background-color: #B860CC;
}
</style>
border-color css
<style>
span { border-color: #B860CC; }
span { border-color: rgb(184,96,204); }
td.TdClassName
{
border-color: #B860CC;
}
.TagClassName
{
border-color: #B860CC;
}
</style>