Shades of Medium Orchid #B871F0
Tints of Medium Orchid #B871F0
RGB
CMYK
RGB Variations
Color information
#B871F0 (or 0xB871F0) is known color: Medium Orchid. HEX triplet: B8, 71 and F0. RGB value is (184,113,240). Sum of RGB (Red+Green+Blue) = 184+113+240=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #B871F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871F0 is #478E0F. Grayscale: #949494. Windows color (decimal): -4689424 or 15757752. OLE color: 15757752.
HSL color Cylindrical-coordinate representation of color #B871F0: hue angle of 273.54º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B871F0 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 113 | 240 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.06 |
| HSL | 273.54º | 0.81% | 0.69% | - |
| HSV(B) | 273.54º | 0.53% | 0.94% | - |
| XYZ | 41.4 | 28.29 | 85.72 | - |
| YUV | 148.71 | 179.52 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 240 | 0.23 | 0.53 | 0 | 0.06 | 273.54 | 0.81 | 0.69 |
| Hex | B8 | 71 | F0 | 17 | 35 | 0 | 6 | 112 | 51 | 45 |
| Octal | 270 | 161 | 360 | 27 | 65 | 0 | 6 | 422 | 121 | 105 |
| Binary | 10111000 | 1110001 | 11110000 | 10111 | 110101 | 0 | 110 | 100010010 | 1010001 | 1000101 |
Color Harmonies of #B871F0
Complementary color
Monochromatic Colors of #B871F0
Black with #B871F0
Text Example
Text Example
White with #B871F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871F0; }
p { color: rgb(184,113,240); }
H1.HeaderClassName
{
color: #B871F0;
}
.AnyTagClassName
{
color: #B871F0;
}
</style>
background-color css
<style>
a { background-color: #B871F0; }
a { background-color: rgb(184,113,240); }
div.DivClassName
{
background-color: #B871F0;
}
.BgClassName
{
background-color: #B871F0;
}
</style>
border-color css
<style>
span { border-color: #B871F0; }
span { border-color: rgb(184,113,240); }
td.TdClassName
{
border-color: #B871F0;
}
.TagClassName
{
border-color: #B871F0;
}
</style>