Shades of Medium Orchid #B851DE
Tints of Medium Orchid #B851DE
RGB
CMYK
RGB Variations
Color information
#B851DE (or 0xB851DE) is known color: Medium Orchid. HEX triplet: B8, 51 and DE. RGB value is (184,81,222). Sum of RGB (Red+Green+Blue) = 184+81+222=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #B851DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851DE is #47AE21. Grayscale: #7F7F7F. Windows color (decimal): -4697634 or 14569912. OLE color: 14569912.
HSL color Cylindrical-coordinate representation of color #B851DE: hue angle of 283.83º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B851DE is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 81 | 222 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.13 |
| HSL | 283.83º | 0.68% | 0.59% | - |
| HSV(B) | 283.83º | 0.64% | 0.87% | - |
| XYZ | 35.89 | 21.35 | 71.34 | - |
| YUV | 127.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 222 | 0.17 | 0.64 | 0 | 0.13 | 283.83 | 0.68 | 0.59 |
| Hex | B8 | 51 | DE | 11 | 40 | 0 | D | 11C | 44 | 3B |
| Octal | 270 | 121 | 336 | 21 | 100 | 0 | 15 | 434 | 104 | 73 |
| Binary | 10111000 | 1010001 | 11011110 | 10001 | 1000000 | 0 | 1101 | 100011100 | 1000100 | 111011 |
Color Harmonies of #B851DE
Complementary color
Monochromatic Colors of #B851DE
Black with #B851DE
Text Example
Text Example
White with #B851DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B851DE; }
p { color: rgb(184,81,222); }
H1.HeaderClassName
{
color: #B851DE;
}
.AnyTagClassName
{
color: #B851DE;
}
</style>
background-color css
<style>
a { background-color: #B851DE; }
a { background-color: rgb(184,81,222); }
div.DivClassName
{
background-color: #B851DE;
}
.BgClassName
{
background-color: #B851DE;
}
</style>
border-color css
<style>
span { border-color: #B851DE; }
span { border-color: rgb(184,81,222); }
td.TdClassName
{
border-color: #B851DE;
}
.TagClassName
{
border-color: #B851DE;
}
</style>