Shades of Medium Orchid #B84EDB
Tints of Medium Orchid #B84EDB
RGB
CMYK
RGB Variations
Color information
#B84EDB (or 0xB84EDB) is known color: Medium Orchid. HEX triplet: B8, 4E and DB. RGB value is (184,78,219). Sum of RGB (Red+Green+Blue) = 184+78+219=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #B84EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84EDB is #47B124. Grayscale: #7D7D7D. Windows color (decimal): -4698405 or 14372536. OLE color: 14372536.
HSL color Cylindrical-coordinate representation of color #B84EDB: hue angle of 285.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84EDB is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 78 | 219 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.14 |
| HSL | 285.11º | 0.66% | 0.58% | - |
| HSV(B) | 285.11º | 0.64% | 0.86% | - |
| XYZ | 35.28 | 20.75 | 69.16 | - |
| YUV | 125.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 219 | 0.16 | 0.64 | 0 | 0.14 | 285.11 | 0.66 | 0.58 |
| Hex | B8 | 4E | DB | 10 | 40 | 0 | E | 11D | 42 | 3A |
| Octal | 270 | 116 | 333 | 20 | 100 | 0 | 16 | 435 | 102 | 72 |
| Binary | 10111000 | 1001110 | 11011011 | 10000 | 1000000 | 0 | 1110 | 100011101 | 1000010 | 111010 |
Color Harmonies of #B84EDB
Complementary color
Monochromatic Colors of #B84EDB
Black with #B84EDB
Text Example
Text Example
White with #B84EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84EDB; }
p { color: rgb(184,78,219); }
H1.HeaderClassName
{
color: #B84EDB;
}
.AnyTagClassName
{
color: #B84EDB;
}
</style>
background-color css
<style>
a { background-color: #B84EDB; }
a { background-color: rgb(184,78,219); }
div.DivClassName
{
background-color: #B84EDB;
}
.BgClassName
{
background-color: #B84EDB;
}
</style>
border-color css
<style>
span { border-color: #B84EDB; }
span { border-color: rgb(184,78,219); }
td.TdClassName
{
border-color: #B84EDB;
}
.TagClassName
{
border-color: #B84EDB;
}
</style>