Shades of Medium Orchid #B85BCF
Tints of Medium Orchid #B85BCF
RGB
CMYK
RGB Variations
Color information
#B85BCF (or 0xB85BCF) is known color: Medium Orchid. HEX triplet: B8, 5B and CF. RGB value is (184,91,207). Sum of RGB (Red+Green+Blue) = 184+91+207=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #B85BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BCF is #47A430. Grayscale: #838383. Windows color (decimal): -4695089 or 13589432. OLE color: 13589432.
HSL color Cylindrical-coordinate representation of color #B85BCF: hue angle of 288.1º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85BCF is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 91 | 207 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.19 |
| HSL | 288.1º | 0.55% | 0.58% | - |
| HSV(B) | 288.1º | 0.56% | 0.81% | - |
| XYZ | 34.77 | 22.18 | 61.48 | - |
| YUV | 132.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 207 | 0.11 | 0.56 | 0 | 0.19 | 288.1 | 0.55 | 0.58 |
| Hex | B8 | 5B | CF | B | 38 | 0 | 13 | 120 | 37 | 3A |
| Octal | 270 | 133 | 317 | 13 | 70 | 0 | 23 | 440 | 67 | 72 |
| Binary | 10111000 | 1011011 | 11001111 | 1011 | 111000 | 0 | 10011 | 100100000 | 110111 | 111010 |
Color Harmonies of #B85BCF
Complementary color
Monochromatic Colors of #B85BCF
Black with #B85BCF
Text Example
Text Example
White with #B85BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BCF; }
p { color: rgb(184,91,207); }
H1.HeaderClassName
{
color: #B85BCF;
}
.AnyTagClassName
{
color: #B85BCF;
}
</style>
background-color css
<style>
a { background-color: #B85BCF; }
a { background-color: rgb(184,91,207); }
div.DivClassName
{
background-color: #B85BCF;
}
.BgClassName
{
background-color: #B85BCF;
}
</style>
border-color css
<style>
span { border-color: #B85BCF; }
span { border-color: rgb(184,91,207); }
td.TdClassName
{
border-color: #B85BCF;
}
.TagClassName
{
border-color: #B85BCF;
}
</style>