Shades of Medium Orchid #B84DDF
Tints of Medium Orchid #B84DDF
RGB
CMYK
RGB Variations
Color information
#B84DDF (or 0xB84DDF) is known color: Medium Orchid. HEX triplet: B8, 4D and DF. RGB value is (184,77,223). Sum of RGB (Red+Green+Blue) = 184+77+223=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #B84DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DDF is #47B220. Grayscale: #7D7D7D. Windows color (decimal): -4698657 or 14634424. OLE color: 14634424.
HSL color Cylindrical-coordinate representation of color #B84DDF: hue angle of 283.97º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84DDF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 77 | 223 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.13 |
| HSL | 283.97º | 0.7% | 0.59% | - |
| HSV(B) | 283.97º | 0.65% | 0.87% | - |
| XYZ | 35.74 | 20.83 | 71.95 | - |
| YUV | 125.64 | 182.95 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 223 | 0.17 | 0.65 | 0 | 0.13 | 283.97 | 0.7 | 0.59 |
| Hex | B8 | 4D | DF | 11 | 41 | 0 | D | 11C | 46 | 3B |
| Octal | 270 | 115 | 337 | 21 | 101 | 0 | 15 | 434 | 106 | 73 |
| Binary | 10111000 | 1001101 | 11011111 | 10001 | 1000001 | 0 | 1101 | 100011100 | 1000110 | 111011 |
Color Harmonies of #B84DDF
Complementary color
Monochromatic Colors of #B84DDF
Black with #B84DDF
Text Example
Text Example
White with #B84DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DDF; }
p { color: rgb(184,77,223); }
H1.HeaderClassName
{
color: #B84DDF;
}
.AnyTagClassName
{
color: #B84DDF;
}
</style>
background-color css
<style>
a { background-color: #B84DDF; }
a { background-color: rgb(184,77,223); }
div.DivClassName
{
background-color: #B84DDF;
}
.BgClassName
{
background-color: #B84DDF;
}
</style>
border-color css
<style>
span { border-color: #B84DDF; }
span { border-color: rgb(184,77,223); }
td.TdClassName
{
border-color: #B84DDF;
}
.TagClassName
{
border-color: #B84DDF;
}
</style>