Shades of Medium Orchid #B85EC7
Tints of Medium Orchid #B85EC7
RGB
CMYK
RGB Variations
Color information
#B85EC7 (or 0xB85EC7) is known color: Medium Orchid. HEX triplet: B8, 5E and C7. RGB value is (184,94,199). Sum of RGB (Red+Green+Blue) = 184+94+199=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 199 - color contains mainly: blue. Hex color #B85EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EC7 is #47A138. Grayscale: #848484. Windows color (decimal): -4694329 or 13065912. OLE color: 13065912.
HSL color Cylindrical-coordinate representation of color #B85EC7: hue angle of 291.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85EC7 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 94 | 199 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.22 |
| HSL | 291.43º | 0.48% | 0.57% | - |
| HSV(B) | 291.43º | 0.53% | 0.78% | - |
| XYZ | 34.08 | 22.32 | 56.54 | - |
| YUV | 132.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 199 | 0.08 | 0.53 | 0 | 0.22 | 291.43 | 0.48 | 0.57 |
| Hex | B8 | 5E | C7 | 8 | 35 | 0 | 16 | 123 | 30 | 39 |
| Octal | 270 | 136 | 307 | 10 | 65 | 0 | 26 | 443 | 60 | 71 |
| Binary | 10111000 | 1011110 | 11000111 | 1000 | 110101 | 0 | 10110 | 100100011 | 110000 | 111001 |
Color Harmonies of #B85EC7
Complementary color
Monochromatic Colors of #B85EC7
Black with #B85EC7
Text Example
Text Example
White with #B85EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85EC7; }
p { color: rgb(184,94,199); }
H1.HeaderClassName
{
color: #B85EC7;
}
.AnyTagClassName
{
color: #B85EC7;
}
</style>
background-color css
<style>
a { background-color: #B85EC7; }
a { background-color: rgb(184,94,199); }
div.DivClassName
{
background-color: #B85EC7;
}
.BgClassName
{
background-color: #B85EC7;
}
</style>
border-color css
<style>
span { border-color: #B85EC7; }
span { border-color: rgb(184,94,199); }
td.TdClassName
{
border-color: #B85EC7;
}
.TagClassName
{
border-color: #B85EC7;
}
</style>