Shades of Medium Orchid #B851E5
Tints of Medium Orchid #B851E5
RGB
CMYK
RGB Variations
Color information
#B851E5 (or 0xB851E5) is known color: Medium Orchid. HEX triplet: B8, 51 and E5. RGB value is (184,81,229). Sum of RGB (Red+Green+Blue) = 184+81+229=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #B851E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851E5 is #47AE1A. Grayscale: #808080. Windows color (decimal): -4697627 or 15028664. OLE color: 15028664.
HSL color Cylindrical-coordinate representation of color #B851E5: hue angle of 281.76º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B851E5 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 81 | 229 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.10 |
| HSL | 281.76º | 0.74% | 0.61% | - |
| HSV(B) | 281.76º | 0.65% | 0.9% | - |
| XYZ | 36.85 | 21.73 | 76.38 | - |
| YUV | 128.67 | 184.62 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 229 | 0.20 | 0.65 | 0 | 0.10 | 281.76 | 0.74 | 0.61 |
| Hex | B8 | 51 | E5 | 14 | 41 | 0 | A | 11A | 4A | 3D |
| Octal | 270 | 121 | 345 | 24 | 101 | 0 | 12 | 432 | 112 | 75 |
| Binary | 10111000 | 1010001 | 11100101 | 10100 | 1000001 | 0 | 1010 | 100011010 | 1001010 | 111101 |
Color Harmonies of #B851E5
Complementary color
Monochromatic Colors of #B851E5
Black with #B851E5
Text Example
Text Example
White with #B851E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B851E5; }
p { color: rgb(184,81,229); }
H1.HeaderClassName
{
color: #B851E5;
}
.AnyTagClassName
{
color: #B851E5;
}
</style>
background-color css
<style>
a { background-color: #B851E5; }
a { background-color: rgb(184,81,229); }
div.DivClassName
{
background-color: #B851E5;
}
.BgClassName
{
background-color: #B851E5;
}
</style>
border-color css
<style>
span { border-color: #B851E5; }
span { border-color: rgb(184,81,229); }
td.TdClassName
{
border-color: #B851E5;
}
.TagClassName
{
border-color: #B851E5;
}
</style>