Shades of Medium Orchid #B842EE
Tints of Medium Orchid #B842EE
RGB
CMYK
RGB Variations
Color information
#B842EE (or 0xB842EE) is known color: Medium Orchid. HEX triplet: B8, 42 and EE. RGB value is (184,66,238). Sum of RGB (Red+Green+Blue) = 184+66+238=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #B842EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B842EE is #47BD11. Grayscale: #787878. Windows color (decimal): -4701458 or 15614648. OLE color: 15614648.
HSL color Cylindrical-coordinate representation of color #B842EE: hue angle of 281.16º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B842EE is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 66 | 238 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.07 |
| HSL | 281.16º | 0.83% | 0.6% | - |
| HSV(B) | 281.16º | 0.72% | 0.93% | - |
| XYZ | 37.15 | 20.26 | 82.84 | - |
| YUV | 120.89 | 194.09 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 238 | 0.23 | 0.72 | 0 | 0.07 | 281.16 | 0.83 | 0.6 |
| Hex | B8 | 42 | EE | 17 | 48 | 0 | 7 | 119 | 53 | 3C |
| Octal | 270 | 102 | 356 | 27 | 110 | 0 | 7 | 431 | 123 | 74 |
| Binary | 10111000 | 1000010 | 11101110 | 10111 | 1001000 | 0 | 111 | 100011001 | 1010011 | 111100 |
Color Harmonies of #B842EE
Complementary color
Monochromatic Colors of #B842EE
Black with #B842EE
Text Example
Text Example
White with #B842EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B842EE; }
p { color: rgb(184,66,238); }
H1.HeaderClassName
{
color: #B842EE;
}
.AnyTagClassName
{
color: #B842EE;
}
</style>
background-color css
<style>
a { background-color: #B842EE; }
a { background-color: rgb(184,66,238); }
div.DivClassName
{
background-color: #B842EE;
}
.BgClassName
{
background-color: #B842EE;
}
</style>
border-color css
<style>
span { border-color: #B842EE; }
span { border-color: rgb(184,66,238); }
td.TdClassName
{
border-color: #B842EE;
}
.TagClassName
{
border-color: #B842EE;
}
</style>