Shades of Medium Orchid #B84AE4
Tints of Medium Orchid #B84AE4
RGB
CMYK
RGB Variations
Color information
#B84AE4 (or 0xB84AE4) is known color: Medium Orchid. HEX triplet: B8, 4A and E4. RGB value is (184,74,228). Sum of RGB (Red+Green+Blue) = 184+74+228=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #B84AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AE4 is #47B51B. Grayscale: #7B7B7B. Windows color (decimal): -4699420 or 14961336. OLE color: 14961336.
HSL color Cylindrical-coordinate representation of color #B84AE4: hue angle of 282.86º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84AE4 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 74 | 228 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.11 |
| HSL | 282.86º | 0.74% | 0.59% | - |
| HSV(B) | 282.86º | 0.68% | 0.89% | - |
| XYZ | 36.22 | 20.69 | 75.48 | - |
| YUV | 124.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 228 | 0.19 | 0.68 | 0 | 0.11 | 282.86 | 0.74 | 0.59 |
| Hex | B8 | 4A | E4 | 13 | 44 | 0 | B | 11B | 4A | 3B |
| Octal | 270 | 112 | 344 | 23 | 104 | 0 | 13 | 433 | 112 | 73 |
| Binary | 10111000 | 1001010 | 11100100 | 10011 | 1000100 | 0 | 1011 | 100011011 | 1001010 | 111011 |
Color Harmonies of #B84AE4
Complementary color
Monochromatic Colors of #B84AE4
Black with #B84AE4
Text Example
Text Example
White with #B84AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AE4; }
p { color: rgb(184,74,228); }
H1.HeaderClassName
{
color: #B84AE4;
}
.AnyTagClassName
{
color: #B84AE4;
}
</style>
background-color css
<style>
a { background-color: #B84AE4; }
a { background-color: rgb(184,74,228); }
div.DivClassName
{
background-color: #B84AE4;
}
.BgClassName
{
background-color: #B84AE4;
}
</style>
border-color css
<style>
span { border-color: #B84AE4; }
span { border-color: rgb(184,74,228); }
td.TdClassName
{
border-color: #B84AE4;
}
.TagClassName
{
border-color: #B84AE4;
}
</style>