Shades of Medium Orchid #B85ECF
Tints of Medium Orchid #B85ECF
RGB
CMYK
RGB Variations
Color information
#B85ECF (or 0xB85ECF) is known color: Medium Orchid. HEX triplet: B8, 5E and CF. RGB value is (184,94,207). Sum of RGB (Red+Green+Blue) = 184+94+207=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #B85ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ECF is #47A130. Grayscale: #858585. Windows color (decimal): -4694321 or 13590200. OLE color: 13590200.
HSL color Cylindrical-coordinate representation of color #B85ECF: hue angle of 287.79º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85ECF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 94 | 207 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.19 |
| HSL | 287.79º | 0.54% | 0.59% | - |
| HSV(B) | 287.79º | 0.55% | 0.81% | - |
| XYZ | 35.03 | 22.7 | 61.57 | - |
| YUV | 133.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 207 | 0.11 | 0.55 | 0 | 0.19 | 287.79 | 0.54 | 0.59 |
| Hex | B8 | 5E | CF | B | 37 | 0 | 13 | 120 | 36 | 3B |
| Octal | 270 | 136 | 317 | 13 | 67 | 0 | 23 | 440 | 66 | 73 |
| Binary | 10111000 | 1011110 | 11001111 | 1011 | 110111 | 0 | 10011 | 100100000 | 110110 | 111011 |
Color Harmonies of #B85ECF
Complementary color
Monochromatic Colors of #B85ECF
Black with #B85ECF
Text Example
Text Example
White with #B85ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85ECF; }
p { color: rgb(184,94,207); }
H1.HeaderClassName
{
color: #B85ECF;
}
.AnyTagClassName
{
color: #B85ECF;
}
</style>
background-color css
<style>
a { background-color: #B85ECF; }
a { background-color: rgb(184,94,207); }
div.DivClassName
{
background-color: #B85ECF;
}
.BgClassName
{
background-color: #B85ECF;
}
</style>
border-color css
<style>
span { border-color: #B85ECF; }
span { border-color: rgb(184,94,207); }
td.TdClassName
{
border-color: #B85ECF;
}
.TagClassName
{
border-color: #B85ECF;
}
</style>