Shades of Medium Orchid #B860CF
Tints of Medium Orchid #B860CF
RGB
CMYK
RGB Variations
Color information
#B860CF (or 0xB860CF) is known color: Medium Orchid. HEX triplet: B8, 60 and CF. RGB value is (184,96,207). Sum of RGB (Red+Green+Blue) = 184+96+207=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B860CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860CF is #479F30. Grayscale: #868686. Windows color (decimal): -4693809 or 13590712. OLE color: 13590712.
HSL color Cylindrical-coordinate representation of color #B860CF: hue angle of 287.57º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B860CF is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 96 | 207 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.19 |
| HSL | 287.57º | 0.54% | 0.59% | - |
| HSV(B) | 287.57º | 0.54% | 0.81% | - |
| XYZ | 35.21 | 23.06 | 61.63 | - |
| YUV | 134.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 207 | 0.11 | 0.54 | 0 | 0.19 | 287.57 | 0.54 | 0.59 |
| Hex | B8 | 60 | CF | B | 36 | 0 | 13 | 120 | 36 | 3B |
| Octal | 270 | 140 | 317 | 13 | 66 | 0 | 23 | 440 | 66 | 73 |
| Binary | 10111000 | 1100000 | 11001111 | 1011 | 110110 | 0 | 10011 | 100100000 | 110110 | 111011 |
Color Harmonies of #B860CF
Complementary color
Monochromatic Colors of #B860CF
Black with #B860CF
Text Example
Text Example
White with #B860CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B860CF; }
p { color: rgb(184,96,207); }
H1.HeaderClassName
{
color: #B860CF;
}
.AnyTagClassName
{
color: #B860CF;
}
</style>
background-color css
<style>
a { background-color: #B860CF; }
a { background-color: rgb(184,96,207); }
div.DivClassName
{
background-color: #B860CF;
}
.BgClassName
{
background-color: #B860CF;
}
</style>
border-color css
<style>
span { border-color: #B860CF; }
span { border-color: rgb(184,96,207); }
td.TdClassName
{
border-color: #B860CF;
}
.TagClassName
{
border-color: #B860CF;
}
</style>