Shades of Medium Orchid #B85FCF
Tints of Medium Orchid #B85FCF
RGB
CMYK
RGB Variations
Color information
#B85FCF (or 0xB85FCF) is known color: Medium Orchid. HEX triplet: B8, 5F and CF. RGB value is (184,95,207). Sum of RGB (Red+Green+Blue) = 184+95+207=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #B85FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FCF is #47A030. Grayscale: #868686. Windows color (decimal): -4694065 or 13590456. OLE color: 13590456.
HSL color Cylindrical-coordinate representation of color #B85FCF: hue angle of 287.68º degrees, saturation: 0.54, 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 #B85FCF is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 95 | 207 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.19 |
| HSL | 287.68º | 0.54% | 0.59% | - |
| HSV(B) | 287.68º | 0.54% | 0.81% | - |
| XYZ | 35.12 | 22.88 | 61.6 | - |
| YUV | 134.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 207 | 0.11 | 0.54 | 0 | 0.19 | 287.68 | 0.54 | 0.59 |
| Hex | B8 | 5F | CF | B | 36 | 0 | 13 | 120 | 36 | 3B |
| Octal | 270 | 137 | 317 | 13 | 66 | 0 | 23 | 440 | 66 | 73 |
| Binary | 10111000 | 1011111 | 11001111 | 1011 | 110110 | 0 | 10011 | 100100000 | 110110 | 111011 |
Color Harmonies of #B85FCF
Complementary color
Monochromatic Colors of #B85FCF
Black with #B85FCF
Text Example
Text Example
White with #B85FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FCF; }
p { color: rgb(184,95,207); }
H1.HeaderClassName
{
color: #B85FCF;
}
.AnyTagClassName
{
color: #B85FCF;
}
</style>
background-color css
<style>
a { background-color: #B85FCF; }
a { background-color: rgb(184,95,207); }
div.DivClassName
{
background-color: #B85FCF;
}
.BgClassName
{
background-color: #B85FCF;
}
</style>
border-color css
<style>
span { border-color: #B85FCF; }
span { border-color: rgb(184,95,207); }
td.TdClassName
{
border-color: #B85FCF;
}
.TagClassName
{
border-color: #B85FCF;
}
</style>