Shades of Medium Orchid #B851EB
Tints of Medium Orchid #B851EB
RGB
CMYK
RGB Variations
Color information
#B851EB (or 0xB851EB) is known color: Medium Orchid. HEX triplet: B8, 51 and EB. RGB value is (184,81,235). Sum of RGB (Red+Green+Blue) = 184+81+235=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #B851EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B851EB is #47AE14. Grayscale: #808080. Windows color (decimal): -4697621 or 15421880. OLE color: 15421880.
HSL color Cylindrical-coordinate representation of color #B851EB: hue angle of 280.13º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B851EB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 81 | 235 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.08 |
| HSL | 280.13º | 0.79% | 0.62% | - |
| HSV(B) | 280.13º | 0.66% | 0.92% | - |
| XYZ | 37.7 | 22.07 | 80.87 | - |
| YUV | 129.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 235 | 0.22 | 0.66 | 0 | 0.08 | 280.13 | 0.79 | 0.62 |
| Hex | B8 | 51 | EB | 16 | 42 | 0 | 8 | 118 | 4F | 3E |
| Octal | 270 | 121 | 353 | 26 | 102 | 0 | 10 | 430 | 117 | 76 |
| Binary | 10111000 | 1010001 | 11101011 | 10110 | 1000010 | 0 | 1000 | 100011000 | 1001111 | 111110 |
Color Harmonies of #B851EB
Complementary color
Monochromatic Colors of #B851EB
Black with #B851EB
Text Example
Text Example
White with #B851EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B851EB; }
p { color: rgb(184,81,235); }
H1.HeaderClassName
{
color: #B851EB;
}
.AnyTagClassName
{
color: #B851EB;
}
</style>
background-color css
<style>
a { background-color: #B851EB; }
a { background-color: rgb(184,81,235); }
div.DivClassName
{
background-color: #B851EB;
}
.BgClassName
{
background-color: #B851EB;
}
</style>
border-color css
<style>
span { border-color: #B851EB; }
span { border-color: rgb(184,81,235); }
td.TdClassName
{
border-color: #B851EB;
}
.TagClassName
{
border-color: #B851EB;
}
</style>