Shades of Medium Orchid #B84DEE
Tints of Medium Orchid #B84DEE
RGB
CMYK
RGB Variations
Color information
#B84DEE (or 0xB84DEE) is known color: Medium Orchid. HEX triplet: B8, 4D and EE. RGB value is (184,77,238). Sum of RGB (Red+Green+Blue) = 184+77+238=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #B84DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84DEE is #47B211. Grayscale: #7E7E7E. Windows color (decimal): -4698642 or 15617464. OLE color: 15617464.
HSL color Cylindrical-coordinate representation of color #B84DEE: hue angle of 279.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84DEE is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 77 | 238 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.07 |
| HSL | 279.88º | 0.83% | 0.62% | - |
| HSV(B) | 279.88º | 0.68% | 0.93% | - |
| XYZ | 37.85 | 21.67 | 83.08 | - |
| YUV | 127.35 | 190.45 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 238 | 0.23 | 0.68 | 0 | 0.07 | 279.88 | 0.83 | 0.62 |
| Hex | B8 | 4D | EE | 17 | 44 | 0 | 7 | 118 | 53 | 3E |
| Octal | 270 | 115 | 356 | 27 | 104 | 0 | 7 | 430 | 123 | 76 |
| Binary | 10111000 | 1001101 | 11101110 | 10111 | 1000100 | 0 | 111 | 100011000 | 1010011 | 111110 |
Color Harmonies of #B84DEE
Complementary color
Monochromatic Colors of #B84DEE
Black with #B84DEE
Text Example
Text Example
White with #B84DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DEE; }
p { color: rgb(184,77,238); }
H1.HeaderClassName
{
color: #B84DEE;
}
.AnyTagClassName
{
color: #B84DEE;
}
</style>
background-color css
<style>
a { background-color: #B84DEE; }
a { background-color: rgb(184,77,238); }
div.DivClassName
{
background-color: #B84DEE;
}
.BgClassName
{
background-color: #B84DEE;
}
</style>
border-color css
<style>
span { border-color: #B84DEE; }
span { border-color: rgb(184,77,238); }
td.TdClassName
{
border-color: #B84DEE;
}
.TagClassName
{
border-color: #B84DEE;
}
</style>