Shades of Medium Orchid #B048E4
Tints of Medium Orchid #B048E4
RGB
CMYK
RGB Variations
Color information
#B048E4 (or 0xB048E4) is known color: Medium Orchid. HEX triplet: B0, 48 and E4. RGB value is (176,72,228). Sum of RGB (Red+Green+Blue) = 176+72+228=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: blue. Hex color #B048E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048E4 is #4FB71B. Grayscale: #787878. Windows color (decimal): -5224220 or 14960816. OLE color: 14960816.
HSL color Cylindrical-coordinate representation of color #B048E4: hue angle of 280º 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 #B048E4 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 72 | 228 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.11 |
| HSL | 280º | 0.74% | 0.59% | - |
| HSV(B) | 280º | 0.68% | 0.89% | - |
| XYZ | 34.23 | 19.47 | 75.35 | - |
| YUV | 120.88 | 188.46 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 228 | 0.23 | 0.68 | 0 | 0.11 | 280 | 0.74 | 0.59 |
| Hex | B0 | 48 | E4 | 17 | 44 | 0 | B | 118 | 4A | 3B |
| Octal | 260 | 110 | 344 | 27 | 104 | 0 | 13 | 430 | 112 | 73 |
| Binary | 10110000 | 1001000 | 11100100 | 10111 | 1000100 | 0 | 1011 | 100011000 | 1001010 | 111011 |
Color Harmonies of #B048E4
Complementary color
Monochromatic Colors of #B048E4
Black with #B048E4
Text Example
Text Example
White with #B048E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B048E4; }
p { color: rgb(176,72,228); }
H1.HeaderClassName
{
color: #B048E4;
}
.AnyTagClassName
{
color: #B048E4;
}
</style>
background-color css
<style>
a { background-color: #B048E4; }
a { background-color: rgb(176,72,228); }
div.DivClassName
{
background-color: #B048E4;
}
.BgClassName
{
background-color: #B048E4;
}
</style>
border-color css
<style>
span { border-color: #B048E4; }
span { border-color: rgb(176,72,228); }
td.TdClassName
{
border-color: #B048E4;
}
.TagClassName
{
border-color: #B048E4;
}
</style>