Shades of Medium Orchid #B048E6
Tints of Medium Orchid #B048E6
RGB
CMYK
RGB Variations
Color information
#B048E6 (or 0xB048E6) is known color: Medium Orchid. HEX triplet: B0, 48 and E6. RGB value is (176,72,230). Sum of RGB (Red+Green+Blue) = 176+72+230=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #B048E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048E6 is #4FB719. Grayscale: #787878. Windows color (decimal): -5224218 or 15091888. OLE color: 15091888.
HSL color Cylindrical-coordinate representation of color #B048E6: hue angle of 279.49º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B048E6 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 72 | 230 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.10 |
| HSL | 279.49º | 0.76% | 0.59% | - |
| HSV(B) | 279.49º | 0.69% | 0.9% | - |
| XYZ | 34.5 | 19.58 | 76.82 | - |
| YUV | 121.11 | 189.46 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 230 | 0.23 | 0.69 | 0 | 0.10 | 279.49 | 0.76 | 0.59 |
| Hex | B0 | 48 | E6 | 17 | 45 | 0 | A | 117 | 4C | 3B |
| Octal | 260 | 110 | 346 | 27 | 105 | 0 | 12 | 427 | 114 | 73 |
| Binary | 10110000 | 1001000 | 11100110 | 10111 | 1000101 | 0 | 1010 | 100010111 | 1001100 | 111011 |
Color Harmonies of #B048E6
Complementary color
Monochromatic Colors of #B048E6
Black with #B048E6
Text Example
Text Example
White with #B048E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B048E6; }
p { color: rgb(176,72,230); }
H1.HeaderClassName
{
color: #B048E6;
}
.AnyTagClassName
{
color: #B048E6;
}
</style>
background-color css
<style>
a { background-color: #B048E6; }
a { background-color: rgb(176,72,230); }
div.DivClassName
{
background-color: #B048E6;
}
.BgClassName
{
background-color: #B048E6;
}
</style>
border-color css
<style>
span { border-color: #B048E6; }
span { border-color: rgb(176,72,230); }
td.TdClassName
{
border-color: #B048E6;
}
.TagClassName
{
border-color: #B048E6;
}
</style>