Shades of Medium Orchid #B849F5
Tints of Medium Orchid #B849F5
RGB
CMYK
RGB Variations
Color information
#B849F5 (or 0xB849F5) is known color: Medium Orchid. HEX triplet: B8, 49 and F5. RGB value is (184,73,245). Sum of RGB (Red+Green+Blue) = 184+73+245=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #B849F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B849F5 is #47B60A. Grayscale: #7D7D7D. Windows color (decimal): -4699659 or 16075192. OLE color: 16075192.
HSL color Cylindrical-coordinate representation of color #B849F5: hue angle of 278.72º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B849F5 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 73 | 245 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.04 |
| HSL | 278.72º | 0.9% | 0.62% | - |
| HSV(B) | 278.72º | 0.7% | 0.96% | - |
| XYZ | 38.63 | 21.55 | 88.51 | - |
| YUV | 125.8 | 195.27 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 245 | 0.25 | 0.70 | 0 | 0.04 | 278.72 | 0.9 | 0.62 |
| Hex | B8 | 49 | F5 | 19 | 46 | 0 | 4 | 117 | 5A | 3E |
| Octal | 270 | 111 | 365 | 31 | 106 | 0 | 4 | 427 | 132 | 76 |
| Binary | 10111000 | 1001001 | 11110101 | 11001 | 1000110 | 0 | 100 | 100010111 | 1011010 | 111110 |
Color Harmonies of #B849F5
Complementary color
Monochromatic Colors of #B849F5
Black with #B849F5
Text Example
Text Example
White with #B849F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849F5; }
p { color: rgb(184,73,245); }
H1.HeaderClassName
{
color: #B849F5;
}
.AnyTagClassName
{
color: #B849F5;
}
</style>
background-color css
<style>
a { background-color: #B849F5; }
a { background-color: rgb(184,73,245); }
div.DivClassName
{
background-color: #B849F5;
}
.BgClassName
{
background-color: #B849F5;
}
</style>
border-color css
<style>
span { border-color: #B849F5; }
span { border-color: rgb(184,73,245); }
td.TdClassName
{
border-color: #B849F5;
}
.TagClassName
{
border-color: #B849F5;
}
</style>