Shades of Medium Orchid #B85FCE
Tints of Medium Orchid #B85FCE
RGB
CMYK
RGB Variations
Color information
#B85FCE (or 0xB85FCE) is known color: Medium Orchid. HEX triplet: B8, 5F and CE. RGB value is (184,95,206). Sum of RGB (Red+Green+Blue) = 184+95+206=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #B85FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FCE is #47A031. Grayscale: #858585. Windows color (decimal): -4694066 or 13524920. OLE color: 13524920.
HSL color Cylindrical-coordinate representation of color #B85FCE: hue angle of 288.11º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85FCE is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 95 | 206 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.19 |
| HSL | 288.11º | 0.53% | 0.59% | - |
| HSV(B) | 288.11º | 0.54% | 0.81% | - |
| XYZ | 35 | 22.83 | 60.95 | - |
| YUV | 134.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 206 | 0.11 | 0.54 | 0 | 0.19 | 288.11 | 0.53 | 0.59 |
| Hex | B8 | 5F | CE | B | 36 | 0 | 13 | 120 | 35 | 3B |
| Octal | 270 | 137 | 316 | 13 | 66 | 0 | 23 | 440 | 65 | 73 |
| Binary | 10111000 | 1011111 | 11001110 | 1011 | 110110 | 0 | 10011 | 100100000 | 110101 | 111011 |
Color Harmonies of #B85FCE
Complementary color
Monochromatic Colors of #B85FCE
Black with #B85FCE
Text Example
Text Example
White with #B85FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FCE; }
p { color: rgb(184,95,206); }
H1.HeaderClassName
{
color: #B85FCE;
}
.AnyTagClassName
{
color: #B85FCE;
}
</style>
background-color css
<style>
a { background-color: #B85FCE; }
a { background-color: rgb(184,95,206); }
div.DivClassName
{
background-color: #B85FCE;
}
.BgClassName
{
background-color: #B85FCE;
}
</style>
border-color css
<style>
span { border-color: #B85FCE; }
span { border-color: rgb(184,95,206); }
td.TdClassName
{
border-color: #B85FCE;
}
.TagClassName
{
border-color: #B85FCE;
}
</style>