Shades of Medium Orchid #B851DF
Tints of Medium Orchid #B851DF
RGB
CMYK
RGB Variations
Color information
#B851DF (or 0xB851DF) is known color: Medium Orchid. HEX triplet: B8, 51 and DF. RGB value is (184,81,223). Sum of RGB (Red+Green+Blue) = 184+81+223=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #B851DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851DF is #47AE20. Grayscale: #7F7F7F. Windows color (decimal): -4697633 or 14635448. OLE color: 14635448.
HSL color Cylindrical-coordinate representation of color #B851DF: hue angle of 283.52º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B851DF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 81 | 223 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.13 |
| HSL | 283.52º | 0.69% | 0.6% | - |
| HSV(B) | 283.52º | 0.64% | 0.87% | - |
| XYZ | 36.03 | 21.4 | 72.04 | - |
| YUV | 127.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 223 | 0.17 | 0.64 | 0 | 0.13 | 283.52 | 0.69 | 0.6 |
| Hex | B8 | 51 | DF | 11 | 40 | 0 | D | 11C | 45 | 3C |
| Octal | 270 | 121 | 337 | 21 | 100 | 0 | 15 | 434 | 105 | 74 |
| Binary | 10111000 | 1010001 | 11011111 | 10001 | 1000000 | 0 | 1101 | 100011100 | 1000101 | 111100 |
Color Harmonies of #B851DF
Complementary color
Monochromatic Colors of #B851DF
Black with #B851DF
Text Example
Text Example
White with #B851DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B851DF; }
p { color: rgb(184,81,223); }
H1.HeaderClassName
{
color: #B851DF;
}
.AnyTagClassName
{
color: #B851DF;
}
</style>
background-color css
<style>
a { background-color: #B851DF; }
a { background-color: rgb(184,81,223); }
div.DivClassName
{
background-color: #B851DF;
}
.BgClassName
{
background-color: #B851DF;
}
</style>
border-color css
<style>
span { border-color: #B851DF; }
span { border-color: rgb(184,81,223); }
td.TdClassName
{
border-color: #B851DF;
}
.TagClassName
{
border-color: #B851DF;
}
</style>