Shades of Medium Orchid #B85ED0
Tints of Medium Orchid #B85ED0
RGB
CMYK
RGB Variations
Color information
#B85ED0 (or 0xB85ED0) is known color: Medium Orchid. HEX triplet: B8, 5E and D0. RGB value is (184,94,208). Sum of RGB (Red+Green+Blue) = 184+94+208=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #B85ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ED0 is #47A12F. Grayscale: #858585. Windows color (decimal): -4694320 or 13655736. OLE color: 13655736.
HSL color Cylindrical-coordinate representation of color #B85ED0: hue angle of 287.37º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85ED0 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 94 | 208 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.18 |
| HSL | 287.37º | 0.55% | 0.59% | - |
| HSV(B) | 287.37º | 0.55% | 0.82% | - |
| XYZ | 35.16 | 22.75 | 62.21 | - |
| YUV | 133.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 208 | 0.12 | 0.55 | 0 | 0.18 | 287.37 | 0.55 | 0.59 |
| Hex | B8 | 5E | D0 | C | 37 | 0 | 12 | 11F | 37 | 3B |
| Octal | 270 | 136 | 320 | 14 | 67 | 0 | 22 | 437 | 67 | 73 |
| Binary | 10111000 | 1011110 | 11010000 | 1100 | 110111 | 0 | 10010 | 100011111 | 110111 | 111011 |
Color Harmonies of #B85ED0
Complementary color
Monochromatic Colors of #B85ED0
Black with #B85ED0
Text Example
Text Example
White with #B85ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85ED0; }
p { color: rgb(184,94,208); }
H1.HeaderClassName
{
color: #B85ED0;
}
.AnyTagClassName
{
color: #B85ED0;
}
</style>
background-color css
<style>
a { background-color: #B85ED0; }
a { background-color: rgb(184,94,208); }
div.DivClassName
{
background-color: #B85ED0;
}
.BgClassName
{
background-color: #B85ED0;
}
</style>
border-color css
<style>
span { border-color: #B85ED0; }
span { border-color: rgb(184,94,208); }
td.TdClassName
{
border-color: #B85ED0;
}
.TagClassName
{
border-color: #B85ED0;
}
</style>