Shades of Medium Orchid #B048E3
Tints of Medium Orchid #B048E3
RGB
CMYK
RGB Variations
Color information
#B048E3 (or 0xB048E3) is known color: Medium Orchid. HEX triplet: B0, 48 and E3. RGB value is (176,72,227). Sum of RGB (Red+Green+Blue) = 176+72+227=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 227 - color contains mainly: blue. Hex color #B048E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048E3 is #4FB71C. Grayscale: #787878. Windows color (decimal): -5224221 or 14895280. OLE color: 14895280.
HSL color Cylindrical-coordinate representation of color #B048E3: hue angle of 280.26º degrees, saturation: 0.73, 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 #B048E3 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 72 | 227 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.11 |
| HSL | 280.26º | 0.73% | 0.59% | - |
| HSV(B) | 280.26º | 0.68% | 0.89% | - |
| XYZ | 34.09 | 19.41 | 74.62 | - |
| YUV | 120.77 | 187.96 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 227 | 0.22 | 0.68 | 0 | 0.11 | 280.26 | 0.73 | 0.59 |
| Hex | B0 | 48 | E3 | 16 | 44 | 0 | B | 118 | 49 | 3B |
| Octal | 260 | 110 | 343 | 26 | 104 | 0 | 13 | 430 | 111 | 73 |
| Binary | 10110000 | 1001000 | 11100011 | 10110 | 1000100 | 0 | 1011 | 100011000 | 1001001 | 111011 |
Color Harmonies of #B048E3
Complementary color
Monochromatic Colors of #B048E3
Black with #B048E3
Text Example
Text Example
White with #B048E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B048E3; }
p { color: rgb(176,72,227); }
H1.HeaderClassName
{
color: #B048E3;
}
.AnyTagClassName
{
color: #B048E3;
}
</style>
background-color css
<style>
a { background-color: #B048E3; }
a { background-color: rgb(176,72,227); }
div.DivClassName
{
background-color: #B048E3;
}
.BgClassName
{
background-color: #B048E3;
}
</style>
border-color css
<style>
span { border-color: #B048E3; }
span { border-color: rgb(176,72,227); }
td.TdClassName
{
border-color: #B048E3;
}
.TagClassName
{
border-color: #B048E3;
}
</style>