Shades of Medium Orchid #B85CE9
Tints of Medium Orchid #B85CE9
RGB
CMYK
RGB Variations
Color information
#B85CE9 (or 0xB85CE9) is known color: Medium Orchid. HEX triplet: B8, 5C and E9. RGB value is (184,92,233). Sum of RGB (Red+Green+Blue) = 184+92+233=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #B85CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CE9 is #47A316. Grayscale: #878787. Windows color (decimal): -4694807 or 15293624. OLE color: 15293624.
HSL color Cylindrical-coordinate representation of color #B85CE9: hue angle of 279.15º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85CE9 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 92 | 233 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.09 |
| HSL | 279.15º | 0.76% | 0.64% | - |
| HSV(B) | 279.15º | 0.61% | 0.91% | - |
| XYZ | 38.3 | 23.73 | 79.65 | - |
| YUV | 135.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 233 | 0.21 | 0.61 | 0 | 0.09 | 279.15 | 0.76 | 0.64 |
| Hex | B8 | 5C | E9 | 15 | 3D | 0 | 9 | 117 | 4C | 40 |
| Octal | 270 | 134 | 351 | 25 | 75 | 0 | 11 | 427 | 114 | 100 |
| Binary | 10111000 | 1011100 | 11101001 | 10101 | 111101 | 0 | 1001 | 100010111 | 1001100 | 1000000 |
Color Harmonies of #B85CE9
Complementary color
Monochromatic Colors of #B85CE9
Black with #B85CE9
Text Example
Text Example
White with #B85CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CE9; }
p { color: rgb(184,92,233); }
H1.HeaderClassName
{
color: #B85CE9;
}
.AnyTagClassName
{
color: #B85CE9;
}
</style>
background-color css
<style>
a { background-color: #B85CE9; }
a { background-color: rgb(184,92,233); }
div.DivClassName
{
background-color: #B85CE9;
}
.BgClassName
{
background-color: #B85CE9;
}
</style>
border-color css
<style>
span { border-color: #B85CE9; }
span { border-color: rgb(184,92,233); }
td.TdClassName
{
border-color: #B85CE9;
}
.TagClassName
{
border-color: #B85CE9;
}
</style>