Shades of Medium Orchid #B85CE7
Tints of Medium Orchid #B85CE7
RGB
CMYK
RGB Variations
Color information
#B85CE7 (or 0xB85CE7) is known color: Medium Orchid. HEX triplet: B8, 5C and E7. RGB value is (184,92,231). Sum of RGB (Red+Green+Blue) = 184+92+231=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #B85CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CE7 is #47A318. Grayscale: #868686. Windows color (decimal): -4694809 or 15162552. OLE color: 15162552.
HSL color Cylindrical-coordinate representation of color #B85CE7: hue angle of 279.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85CE7 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 92 | 231 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.09 |
| HSL | 279.71º | 0.74% | 0.63% | - |
| HSV(B) | 279.71º | 0.6% | 0.91% | - |
| XYZ | 38.02 | 23.61 | 78.16 | - |
| YUV | 135.35 | 181.98 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 231 | 0.20 | 0.60 | 0 | 0.09 | 279.71 | 0.74 | 0.63 |
| Hex | B8 | 5C | E7 | 14 | 3C | 0 | 9 | 118 | 4A | 3F |
| Octal | 270 | 134 | 347 | 24 | 74 | 0 | 11 | 430 | 112 | 77 |
| Binary | 10111000 | 1011100 | 11100111 | 10100 | 111100 | 0 | 1001 | 100011000 | 1001010 | 111111 |
Color Harmonies of #B85CE7
Complementary color
Monochromatic Colors of #B85CE7
Black with #B85CE7
Text Example
Text Example
White with #B85CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CE7; }
p { color: rgb(184,92,231); }
H1.HeaderClassName
{
color: #B85CE7;
}
.AnyTagClassName
{
color: #B85CE7;
}
</style>
background-color css
<style>
a { background-color: #B85CE7; }
a { background-color: rgb(184,92,231); }
div.DivClassName
{
background-color: #B85CE7;
}
.BgClassName
{
background-color: #B85CE7;
}
</style>
border-color css
<style>
span { border-color: #B85CE7; }
span { border-color: rgb(184,92,231); }
td.TdClassName
{
border-color: #B85CE7;
}
.TagClassName
{
border-color: #B85CE7;
}
</style>