Shades of Medium Orchid #B851E1
Tints of Medium Orchid #B851E1
RGB
CMYK
RGB Variations
Color information
#B851E1 (or 0xB851E1) is known color: Medium Orchid. HEX triplet: B8, 51 and E1. RGB value is (184,81,225). Sum of RGB (Red+Green+Blue) = 184+81+225=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #B851E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851E1 is #47AE1E. Grayscale: #7F7F7F. Windows color (decimal): -4697631 or 14766520. OLE color: 14766520.
HSL color Cylindrical-coordinate representation of color #B851E1: hue angle of 282.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B851E1 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 81 | 225 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.12 |
| HSL | 282.92º | 0.71% | 0.6% | - |
| HSV(B) | 282.92º | 0.64% | 0.88% | - |
| XYZ | 36.3 | 21.51 | 73.47 | - |
| YUV | 128.21 | 182.62 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 225 | 0.18 | 0.64 | 0 | 0.12 | 282.92 | 0.71 | 0.6 |
| Hex | B8 | 51 | E1 | 12 | 40 | 0 | C | 11B | 47 | 3C |
| Octal | 270 | 121 | 341 | 22 | 100 | 0 | 14 | 433 | 107 | 74 |
| Binary | 10111000 | 1010001 | 11100001 | 10010 | 1000000 | 0 | 1100 | 100011011 | 1000111 | 111100 |
Color Harmonies of #B851E1
Complementary color
Monochromatic Colors of #B851E1
Black with #B851E1
Text Example
Text Example
White with #B851E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B851E1; }
p { color: rgb(184,81,225); }
H1.HeaderClassName
{
color: #B851E1;
}
.AnyTagClassName
{
color: #B851E1;
}
</style>
background-color css
<style>
a { background-color: #B851E1; }
a { background-color: rgb(184,81,225); }
div.DivClassName
{
background-color: #B851E1;
}
.BgClassName
{
background-color: #B851E1;
}
</style>
border-color css
<style>
span { border-color: #B851E1; }
span { border-color: rgb(184,81,225); }
td.TdClassName
{
border-color: #B851E1;
}
.TagClassName
{
border-color: #B851E1;
}
</style>