Shades of Medium Orchid #B85EDC
Tints of Medium Orchid #B85EDC
RGB
CMYK
RGB Variations
Color information
#B85EDC (or 0xB85EDC) is known color: Medium Orchid. HEX triplet: B8, 5E and DC. RGB value is (184,94,220). Sum of RGB (Red+Green+Blue) = 184+94+220=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B85EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EDC is #47A123. Grayscale: #868686. Windows color (decimal): -4694308 or 14442168. OLE color: 14442168.
HSL color Cylindrical-coordinate representation of color #B85EDC: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85EDC is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 94 | 220 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.14 |
| HSL | 282.86º | 0.64% | 0.62% | - |
| HSV(B) | 282.86º | 0.57% | 0.86% | - |
| XYZ | 36.69 | 23.36 | 70.29 | - |
| YUV | 135.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 220 | 0.16 | 0.57 | 0 | 0.14 | 282.86 | 0.64 | 0.62 |
| Hex | B8 | 5E | DC | 10 | 39 | 0 | E | 11B | 40 | 3E |
| Octal | 270 | 136 | 334 | 20 | 71 | 0 | 16 | 433 | 100 | 76 |
| Binary | 10111000 | 1011110 | 11011100 | 10000 | 111001 | 0 | 1110 | 100011011 | 1000000 | 111110 |
Color Harmonies of #B85EDC
Complementary color
Monochromatic Colors of #B85EDC
Black with #B85EDC
Text Example
Text Example
White with #B85EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85EDC; }
p { color: rgb(184,94,220); }
H1.HeaderClassName
{
color: #B85EDC;
}
.AnyTagClassName
{
color: #B85EDC;
}
</style>
background-color css
<style>
a { background-color: #B85EDC; }
a { background-color: rgb(184,94,220); }
div.DivClassName
{
background-color: #B85EDC;
}
.BgClassName
{
background-color: #B85EDC;
}
</style>
border-color css
<style>
span { border-color: #B85EDC; }
span { border-color: rgb(184,94,220); }
td.TdClassName
{
border-color: #B85EDC;
}
.TagClassName
{
border-color: #B85EDC;
}
</style>