Shades of Medium Orchid #B859C8
Tints of Medium Orchid #B859C8
RGB
CMYK
RGB Variations
Color information
#B859C8 (or 0xB859C8) is known color: Medium Orchid. HEX triplet: B8, 59 and C8. RGB value is (184,89,200). Sum of RGB (Red+Green+Blue) = 184+89+200=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #B859C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859C8 is #47A637. Grayscale: #818181. Windows color (decimal): -4695608 or 13130168. OLE color: 13130168.
HSL color Cylindrical-coordinate representation of color #B859C8: hue angle of 291.35º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B859C8 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 89 | 200 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.22 |
| HSL | 291.35º | 0.5% | 0.57% | - |
| HSV(B) | 291.35º | 0.56% | 0.78% | - |
| XYZ | 33.76 | 21.51 | 57.01 | - |
| YUV | 130.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 200 | 0.08 | 0.56 | 0 | 0.22 | 291.35 | 0.5 | 0.57 |
| Hex | B8 | 59 | C8 | 8 | 38 | 0 | 16 | 123 | 32 | 39 |
| Octal | 270 | 131 | 310 | 10 | 70 | 0 | 26 | 443 | 62 | 71 |
| Binary | 10111000 | 1011001 | 11001000 | 1000 | 111000 | 0 | 10110 | 100100011 | 110010 | 111001 |
Color Harmonies of #B859C8
Complementary color
Monochromatic Colors of #B859C8
Black with #B859C8
Text Example
Text Example
White with #B859C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859C8; }
p { color: rgb(184,89,200); }
H1.HeaderClassName
{
color: #B859C8;
}
.AnyTagClassName
{
color: #B859C8;
}
</style>
background-color css
<style>
a { background-color: #B859C8; }
a { background-color: rgb(184,89,200); }
div.DivClassName
{
background-color: #B859C8;
}
.BgClassName
{
background-color: #B859C8;
}
</style>
border-color css
<style>
span { border-color: #B859C8; }
span { border-color: rgb(184,89,200); }
td.TdClassName
{
border-color: #B859C8;
}
.TagClassName
{
border-color: #B859C8;
}
</style>