Shades of Medium Orchid #B84CE0
Tints of Medium Orchid #B84CE0
RGB
CMYK
RGB Variations
Color information
#B84CE0 (or 0xB84CE0) is known color: Medium Orchid. HEX triplet: B8, 4C and E0. RGB value is (184,76,224). Sum of RGB (Red+Green+Blue) = 184+76+224=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #B84CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CE0 is #47B31F. Grayscale: #7C7C7C. Windows color (decimal): -4698912 or 14699704. OLE color: 14699704.
HSL color Cylindrical-coordinate representation of color #B84CE0: hue angle of 283.78º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B84CE0 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 76 | 224 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.12 |
| HSL | 283.78º | 0.7% | 0.59% | - |
| HSV(B) | 283.78º | 0.66% | 0.88% | - |
| XYZ | 35.81 | 20.74 | 72.64 | - |
| YUV | 125.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 224 | 0.18 | 0.66 | 0 | 0.12 | 283.78 | 0.7 | 0.59 |
| Hex | B8 | 4C | E0 | 12 | 42 | 0 | C | 11C | 46 | 3B |
| Octal | 270 | 114 | 340 | 22 | 102 | 0 | 14 | 434 | 106 | 73 |
| Binary | 10111000 | 1001100 | 11100000 | 10010 | 1000010 | 0 | 1100 | 100011100 | 1000110 | 111011 |
Color Harmonies of #B84CE0
Complementary color
Monochromatic Colors of #B84CE0
Black with #B84CE0
Text Example
Text Example
White with #B84CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CE0; }
p { color: rgb(184,76,224); }
H1.HeaderClassName
{
color: #B84CE0;
}
.AnyTagClassName
{
color: #B84CE0;
}
</style>
background-color css
<style>
a { background-color: #B84CE0; }
a { background-color: rgb(184,76,224); }
div.DivClassName
{
background-color: #B84CE0;
}
.BgClassName
{
background-color: #B84CE0;
}
</style>
border-color css
<style>
span { border-color: #B84CE0; }
span { border-color: rgb(184,76,224); }
td.TdClassName
{
border-color: #B84CE0;
}
.TagClassName
{
border-color: #B84CE0;
}
</style>