Shades of Medium Orchid #B859CD
Tints of Medium Orchid #B859CD
RGB
CMYK
RGB Variations
Color information
#B859CD (or 0xB859CD) is known color: Medium Orchid. HEX triplet: B8, 59 and CD. RGB value is (184,89,205). Sum of RGB (Red+Green+Blue) = 184+89+205=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #B859CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859CD is #47A632. Grayscale: #828282. Windows color (decimal): -4695603 or 13457848. OLE color: 13457848.
HSL color Cylindrical-coordinate representation of color #B859CD: hue angle of 289.14º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B859CD is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 89 | 205 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.20 |
| HSL | 289.14º | 0.54% | 0.58% | - |
| HSV(B) | 289.14º | 0.57% | 0.8% | - |
| XYZ | 34.36 | 21.74 | 60.14 | - |
| YUV | 130.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 205 | 0.10 | 0.57 | 0 | 0.20 | 289.14 | 0.54 | 0.58 |
| Hex | B8 | 59 | CD | A | 39 | 0 | 14 | 121 | 36 | 3A |
| Octal | 270 | 131 | 315 | 12 | 71 | 0 | 24 | 441 | 66 | 72 |
| Binary | 10111000 | 1011001 | 11001101 | 1010 | 111001 | 0 | 10100 | 100100001 | 110110 | 111010 |
Color Harmonies of #B859CD
Complementary color
Monochromatic Colors of #B859CD
Black with #B859CD
Text Example
Text Example
White with #B859CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859CD; }
p { color: rgb(184,89,205); }
H1.HeaderClassName
{
color: #B859CD;
}
.AnyTagClassName
{
color: #B859CD;
}
</style>
background-color css
<style>
a { background-color: #B859CD; }
a { background-color: rgb(184,89,205); }
div.DivClassName
{
background-color: #B859CD;
}
.BgClassName
{
background-color: #B859CD;
}
</style>
border-color css
<style>
span { border-color: #B859CD; }
span { border-color: rgb(184,89,205); }
td.TdClassName
{
border-color: #B859CD;
}
.TagClassName
{
border-color: #B859CD;
}
</style>