Shades of Medium Orchid #B849EB
Tints of Medium Orchid #B849EB
RGB
CMYK
RGB Variations
Color information
#B849EB (or 0xB849EB) is known color: Medium Orchid. HEX triplet: B8, 49 and EB. RGB value is (184,73,235). Sum of RGB (Red+Green+Blue) = 184+73+235=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #B849EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B849EB is #47B614. Grayscale: #7C7C7C. Windows color (decimal): -4699669 or 15419832. OLE color: 15419832.
HSL color Cylindrical-coordinate representation of color #B849EB: hue angle of 281.11º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B849EB is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 73 | 235 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.08 |
| HSL | 281.11º | 0.8% | 0.6% | - |
| HSV(B) | 281.11º | 0.69% | 0.92% | - |
| XYZ | 37.15 | 20.95 | 80.68 | - |
| YUV | 124.66 | 190.27 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 235 | 0.22 | 0.69 | 0 | 0.08 | 281.11 | 0.8 | 0.6 |
| Hex | B8 | 49 | EB | 16 | 45 | 0 | 8 | 119 | 50 | 3C |
| Octal | 270 | 111 | 353 | 26 | 105 | 0 | 10 | 431 | 120 | 74 |
| Binary | 10111000 | 1001001 | 11101011 | 10110 | 1000101 | 0 | 1000 | 100011001 | 1010000 | 111100 |
Color Harmonies of #B849EB
Complementary color
Monochromatic Colors of #B849EB
Black with #B849EB
Text Example
Text Example
White with #B849EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849EB; }
p { color: rgb(184,73,235); }
H1.HeaderClassName
{
color: #B849EB;
}
.AnyTagClassName
{
color: #B849EB;
}
</style>
background-color css
<style>
a { background-color: #B849EB; }
a { background-color: rgb(184,73,235); }
div.DivClassName
{
background-color: #B849EB;
}
.BgClassName
{
background-color: #B849EB;
}
</style>
border-color css
<style>
span { border-color: #B849EB; }
span { border-color: rgb(184,73,235); }
td.TdClassName
{
border-color: #B849EB;
}
.TagClassName
{
border-color: #B849EB;
}
</style>