Shades of Medium Orchid #B851F0
Tints of Medium Orchid #B851F0
RGB
CMYK
RGB Variations
Color information
#B851F0 (or 0xB851F0) is known color: Medium Orchid. HEX triplet: B8, 51 and F0. RGB value is (184,81,240). Sum of RGB (Red+Green+Blue) = 184+81+240=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #B851F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B851F0 is #47AE0F. Grayscale: #818181. Windows color (decimal): -4697616 or 15749560. OLE color: 15749560.
HSL color Cylindrical-coordinate representation of color #B851F0: hue angle of 278.87º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B851F0 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 81 | 240 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.06 |
| HSL | 278.87º | 0.84% | 0.63% | - |
| HSV(B) | 278.87º | 0.66% | 0.94% | - |
| XYZ | 38.44 | 22.37 | 84.73 | - |
| YUV | 129.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 240 | 0.23 | 0.66 | 0 | 0.06 | 278.87 | 0.84 | 0.63 |
| Hex | B8 | 51 | F0 | 17 | 42 | 0 | 6 | 117 | 54 | 3F |
| Octal | 270 | 121 | 360 | 27 | 102 | 0 | 6 | 427 | 124 | 77 |
| Binary | 10111000 | 1010001 | 11110000 | 10111 | 1000010 | 0 | 110 | 100010111 | 1010100 | 111111 |
Color Harmonies of #B851F0
Complementary color
Monochromatic Colors of #B851F0
Black with #B851F0
Text Example
Text Example
White with #B851F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B851F0; }
p { color: rgb(184,81,240); }
H1.HeaderClassName
{
color: #B851F0;
}
.AnyTagClassName
{
color: #B851F0;
}
</style>
background-color css
<style>
a { background-color: #B851F0; }
a { background-color: rgb(184,81,240); }
div.DivClassName
{
background-color: #B851F0;
}
.BgClassName
{
background-color: #B851F0;
}
</style>
border-color css
<style>
span { border-color: #B851F0; }
span { border-color: rgb(184,81,240); }
td.TdClassName
{
border-color: #B851F0;
}
.TagClassName
{
border-color: #B851F0;
}
</style>