Shades of Medium Orchid #B851ED
Tints of Medium Orchid #B851ED
RGB
CMYK
RGB Variations
Color information
#B851ED (or 0xB851ED) is known color: Medium Orchid. HEX triplet: B8, 51 and ED. RGB value is (184,81,237). Sum of RGB (Red+Green+Blue) = 184+81+237=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #B851ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B851ED is #47AE12. Grayscale: #818181. Windows color (decimal): -4697619 or 15552952. OLE color: 15552952.
HSL color Cylindrical-coordinate representation of color #B851ED: hue angle of 279.62º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B851ED is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 81 | 237 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.07 |
| HSL | 279.62º | 0.81% | 0.62% | - |
| HSV(B) | 279.62º | 0.66% | 0.93% | - |
| XYZ | 38 | 22.19 | 82.4 | - |
| YUV | 129.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 237 | 0.22 | 0.66 | 0 | 0.07 | 279.62 | 0.81 | 0.62 |
| Hex | B8 | 51 | ED | 16 | 42 | 0 | 7 | 118 | 51 | 3E |
| Octal | 270 | 121 | 355 | 26 | 102 | 0 | 7 | 430 | 121 | 76 |
| Binary | 10111000 | 1010001 | 11101101 | 10110 | 1000010 | 0 | 111 | 100011000 | 1010001 | 111110 |
Color Harmonies of #B851ED
Complementary color
Monochromatic Colors of #B851ED
Black with #B851ED
Text Example
Text Example
White with #B851ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B851ED; }
p { color: rgb(184,81,237); }
H1.HeaderClassName
{
color: #B851ED;
}
.AnyTagClassName
{
color: #B851ED;
}
</style>
background-color css
<style>
a { background-color: #B851ED; }
a { background-color: rgb(184,81,237); }
div.DivClassName
{
background-color: #B851ED;
}
.BgClassName
{
background-color: #B851ED;
}
</style>
border-color css
<style>
span { border-color: #B851ED; }
span { border-color: rgb(184,81,237); }
td.TdClassName
{
border-color: #B851ED;
}
.TagClassName
{
border-color: #B851ED;
}
</style>