Shades of Medium Orchid #B861F0
Tints of Medium Orchid #B861F0
RGB
CMYK
RGB Variations
Color information
#B861F0 (or 0xB861F0) is known color: Medium Orchid. HEX triplet: B8, 61 and F0. RGB value is (184,97,240). Sum of RGB (Red+Green+Blue) = 184+97+240=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #B861F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B861F0 is #479E0F. Grayscale: #8A8A8A. Windows color (decimal): -4693520 or 15753656. OLE color: 15753656.
HSL color Cylindrical-coordinate representation of color #B861F0: hue angle of 276.5º 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 #B861F0 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 97 | 240 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.06 |
| HSL | 276.5º | 0.83% | 0.66% | - |
| HSV(B) | 276.5º | 0.6% | 0.94% | - |
| XYZ | 39.77 | 25.03 | 85.17 | - |
| YUV | 139.32 | 184.82 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 240 | 0.23 | 0.60 | 0 | 0.06 | 276.5 | 0.83 | 0.66 |
| Hex | B8 | 61 | F0 | 17 | 3C | 0 | 6 | 115 | 53 | 42 |
| Octal | 270 | 141 | 360 | 27 | 74 | 0 | 6 | 425 | 123 | 102 |
| Binary | 10111000 | 1100001 | 11110000 | 10111 | 111100 | 0 | 110 | 100010101 | 1010011 | 1000010 |
Color Harmonies of #B861F0
Complementary color
Monochromatic Colors of #B861F0
Black with #B861F0
Text Example
Text Example
White with #B861F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861F0; }
p { color: rgb(184,97,240); }
H1.HeaderClassName
{
color: #B861F0;
}
.AnyTagClassName
{
color: #B861F0;
}
</style>
background-color css
<style>
a { background-color: #B861F0; }
a { background-color: rgb(184,97,240); }
div.DivClassName
{
background-color: #B861F0;
}
.BgClassName
{
background-color: #B861F0;
}
</style>
border-color css
<style>
span { border-color: #B861F0; }
span { border-color: rgb(184,97,240); }
td.TdClassName
{
border-color: #B861F0;
}
.TagClassName
{
border-color: #B861F0;
}
</style>