Shades of Medium Orchid #B85FF0
Tints of Medium Orchid #B85FF0
RGB
CMYK
RGB Variations
Color information
#B85FF0 (or 0xB85FF0) is known color: Medium Orchid. HEX triplet: B8, 5F and F0. RGB value is (184,95,240). Sum of RGB (Red+Green+Blue) = 184+95+240=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #B85FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85FF0 is #47A00F. Grayscale: #898989. Windows color (decimal): -4694032 or 15753144. OLE color: 15753144.
HSL color Cylindrical-coordinate representation of color #B85FF0: hue angle of 276.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85FF0 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 95 | 240 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.06 |
| HSL | 276.83º | 0.83% | 0.66% | - |
| HSV(B) | 276.83º | 0.6% | 0.94% | - |
| XYZ | 39.59 | 24.67 | 85.11 | - |
| YUV | 138.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 240 | 0.23 | 0.60 | 0 | 0.06 | 276.83 | 0.83 | 0.66 |
| Hex | B8 | 5F | F0 | 17 | 3C | 0 | 6 | 115 | 53 | 42 |
| Octal | 270 | 137 | 360 | 27 | 74 | 0 | 6 | 425 | 123 | 102 |
| Binary | 10111000 | 1011111 | 11110000 | 10111 | 111100 | 0 | 110 | 100010101 | 1010011 | 1000010 |
Color Harmonies of #B85FF0
Complementary color
Monochromatic Colors of #B85FF0
Black with #B85FF0
Text Example
Text Example
White with #B85FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FF0; }
p { color: rgb(184,95,240); }
H1.HeaderClassName
{
color: #B85FF0;
}
.AnyTagClassName
{
color: #B85FF0;
}
</style>
background-color css
<style>
a { background-color: #B85FF0; }
a { background-color: rgb(184,95,240); }
div.DivClassName
{
background-color: #B85FF0;
}
.BgClassName
{
background-color: #B85FF0;
}
</style>
border-color css
<style>
span { border-color: #B85FF0; }
span { border-color: rgb(184,95,240); }
td.TdClassName
{
border-color: #B85FF0;
}
.TagClassName
{
border-color: #B85FF0;
}
</style>