Shades of Medium Orchid #B84ED5
Tints of Medium Orchid #B84ED5
RGB
CMYK
RGB Variations
Color information
#B84ED5 (or 0xB84ED5) is known color: Medium Orchid. HEX triplet: B8, 4E and D5. RGB value is (184,78,213). Sum of RGB (Red+Green+Blue) = 184+78+213=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #B84ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84ED5 is #47B12A. Grayscale: #7C7C7C. Windows color (decimal): -4698411 or 13979320. OLE color: 13979320.
HSL color Cylindrical-coordinate representation of color #B84ED5: hue angle of 287.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84ED5 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 78 | 213 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.16 |
| HSL | 287.11º | 0.62% | 0.57% | - |
| HSV(B) | 287.11º | 0.63% | 0.84% | - |
| XYZ | 34.5 | 20.44 | 65.08 | - |
| YUV | 125.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 213 | 0.14 | 0.63 | 0 | 0.16 | 287.11 | 0.62 | 0.57 |
| Hex | B8 | 4E | D5 | E | 3F | 0 | 10 | 11F | 3E | 39 |
| Octal | 270 | 116 | 325 | 16 | 77 | 0 | 20 | 437 | 76 | 71 |
| Binary | 10111000 | 1001110 | 11010101 | 1110 | 111111 | 0 | 10000 | 100011111 | 111110 | 111001 |
Color Harmonies of #B84ED5
Complementary color
Monochromatic Colors of #B84ED5
Black with #B84ED5
Text Example
Text Example
White with #B84ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84ED5; }
p { color: rgb(184,78,213); }
H1.HeaderClassName
{
color: #B84ED5;
}
.AnyTagClassName
{
color: #B84ED5;
}
</style>
background-color css
<style>
a { background-color: #B84ED5; }
a { background-color: rgb(184,78,213); }
div.DivClassName
{
background-color: #B84ED5;
}
.BgClassName
{
background-color: #B84ED5;
}
</style>
border-color css
<style>
span { border-color: #B84ED5; }
span { border-color: rgb(184,78,213); }
td.TdClassName
{
border-color: #B84ED5;
}
.TagClassName
{
border-color: #B84ED5;
}
</style>