Shades of Medium Orchid #B85DCF
Tints of Medium Orchid #B85DCF
RGB
CMYK
RGB Variations
Color information
#B85DCF (or 0xB85DCF) is known color: Medium Orchid. HEX triplet: B8, 5D and CF. RGB value is (184,93,207). Sum of RGB (Red+Green+Blue) = 184+93+207=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #B85DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DCF is #47A230. Grayscale: #848484. Windows color (decimal): -4694577 or 13589944. OLE color: 13589944.
HSL color Cylindrical-coordinate representation of color #B85DCF: hue angle of 287.89º 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 #B85DCF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 93 | 207 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.19 |
| HSL | 287.89º | 0.54% | 0.59% | - |
| HSV(B) | 287.89º | 0.55% | 0.81% | - |
| XYZ | 34.94 | 22.52 | 61.54 | - |
| YUV | 133.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 207 | 0.11 | 0.55 | 0 | 0.19 | 287.89 | 0.54 | 0.59 |
| Hex | B8 | 5D | CF | B | 37 | 0 | 13 | 120 | 36 | 3B |
| Octal | 270 | 135 | 317 | 13 | 67 | 0 | 23 | 440 | 66 | 73 |
| Binary | 10111000 | 1011101 | 11001111 | 1011 | 110111 | 0 | 10011 | 100100000 | 110110 | 111011 |
Color Harmonies of #B85DCF
Complementary color
Monochromatic Colors of #B85DCF
Black with #B85DCF
Text Example
Text Example
White with #B85DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85DCF; }
p { color: rgb(184,93,207); }
H1.HeaderClassName
{
color: #B85DCF;
}
.AnyTagClassName
{
color: #B85DCF;
}
</style>
background-color css
<style>
a { background-color: #B85DCF; }
a { background-color: rgb(184,93,207); }
div.DivClassName
{
background-color: #B85DCF;
}
.BgClassName
{
background-color: #B85DCF;
}
</style>
border-color css
<style>
span { border-color: #B85DCF; }
span { border-color: rgb(184,93,207); }
td.TdClassName
{
border-color: #B85DCF;
}
.TagClassName
{
border-color: #B85DCF;
}
</style>