Shades of Medium Orchid #B049E9
Tints of Medium Orchid #B049E9
RGB
CMYK
RGB Variations
Color information
#B049E9 (or 0xB049E9) is known color: Medium Orchid. HEX triplet: B0, 49 and E9. RGB value is (176,73,233). Sum of RGB (Red+Green+Blue) = 176+73+233=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #B049E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049E9 is #4FB616. Grayscale: #797979. Windows color (decimal): -5223959 or 15288752. OLE color: 15288752.
HSL color Cylindrical-coordinate representation of color #B049E9: hue angle of 278.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B049E9 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 73 | 233 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.09 |
| HSL | 278.63º | 0.78% | 0.6% | - |
| HSV(B) | 278.63º | 0.69% | 0.91% | - |
| XYZ | 35 | 19.88 | 79.08 | - |
| YUV | 122.04 | 190.62 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 233 | 0.24 | 0.69 | 0 | 0.09 | 278.63 | 0.78 | 0.6 |
| Hex | B0 | 49 | E9 | 18 | 45 | 0 | 9 | 117 | 4E | 3C |
| Octal | 260 | 111 | 351 | 30 | 105 | 0 | 11 | 427 | 116 | 74 |
| Binary | 10110000 | 1001001 | 11101001 | 11000 | 1000101 | 0 | 1001 | 100010111 | 1001110 | 111100 |
Color Harmonies of #B049E9
Complementary color
Monochromatic Colors of #B049E9
Black with #B049E9
Text Example
Text Example
White with #B049E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049E9; }
p { color: rgb(176,73,233); }
H1.HeaderClassName
{
color: #B049E9;
}
.AnyTagClassName
{
color: #B049E9;
}
</style>
background-color css
<style>
a { background-color: #B049E9; }
a { background-color: rgb(176,73,233); }
div.DivClassName
{
background-color: #B049E9;
}
.BgClassName
{
background-color: #B049E9;
}
</style>
border-color css
<style>
span { border-color: #B049E9; }
span { border-color: rgb(176,73,233); }
td.TdClassName
{
border-color: #B049E9;
}
.TagClassName
{
border-color: #B049E9;
}
</style>