Shades of Medium Orchid #B849E4
Tints of Medium Orchid #B849E4
RGB
CMYK
RGB Variations
Color information
#B849E4 (or 0xB849E4) is known color: Medium Orchid. HEX triplet: B8, 49 and E4. RGB value is (184,73,228). Sum of RGB (Red+Green+Blue) = 184+73+228=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #B849E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B849E4 is #47B61B. Grayscale: #7B7B7B. Windows color (decimal): -4699676 or 14961080. OLE color: 14961080.
HSL color Cylindrical-coordinate representation of color #B849E4: hue angle of 282.97º 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 #B849E4 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 73 | 228 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.11 |
| HSL | 282.97º | 0.74% | 0.59% | - |
| HSV(B) | 282.97º | 0.68% | 0.89% | - |
| XYZ | 36.15 | 20.56 | 75.46 | - |
| YUV | 123.86 | 186.77 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 228 | 0.19 | 0.68 | 0 | 0.11 | 282.97 | 0.74 | 0.59 |
| Hex | B8 | 49 | E4 | 13 | 44 | 0 | B | 11B | 4A | 3B |
| Octal | 270 | 111 | 344 | 23 | 104 | 0 | 13 | 433 | 112 | 73 |
| Binary | 10111000 | 1001001 | 11100100 | 10011 | 1000100 | 0 | 1011 | 100011011 | 1001010 | 111011 |
Color Harmonies of #B849E4
Complementary color
Monochromatic Colors of #B849E4
Black with #B849E4
Text Example
Text Example
White with #B849E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849E4; }
p { color: rgb(184,73,228); }
H1.HeaderClassName
{
color: #B849E4;
}
.AnyTagClassName
{
color: #B849E4;
}
</style>
background-color css
<style>
a { background-color: #B849E4; }
a { background-color: rgb(184,73,228); }
div.DivClassName
{
background-color: #B849E4;
}
.BgClassName
{
background-color: #B849E4;
}
</style>
border-color css
<style>
span { border-color: #B849E4; }
span { border-color: rgb(184,73,228); }
td.TdClassName
{
border-color: #B849E4;
}
.TagClassName
{
border-color: #B849E4;
}
</style>