Shades of Medium Orchid #B048F5
Tints of Medium Orchid #B048F5
RGB
CMYK
RGB Variations
Color information
#B048F5 (or 0xB048F5) is known color: Medium Orchid. HEX triplet: B0, 48 and F5. RGB value is (176,72,245). Sum of RGB (Red+Green+Blue) = 176+72+245=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #B048F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B048F5 is #4FB70A. Grayscale: #7A7A7A. Windows color (decimal): -5224203 or 16074928. OLE color: 16074928.
HSL color Cylindrical-coordinate representation of color #B048F5: hue angle of 276.07º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B048F5 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 72 | 245 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.04 |
| HSL | 276.07º | 0.9% | 0.62% | - |
| HSV(B) | 276.07º | 0.71% | 0.96% | - |
| XYZ | 36.7 | 20.46 | 88.4 | - |
| YUV | 122.82 | 196.96 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 245 | 0.28 | 0.71 | 0 | 0.04 | 276.07 | 0.9 | 0.62 |
| Hex | B0 | 48 | F5 | 1C | 47 | 0 | 4 | 114 | 5A | 3E |
| Octal | 260 | 110 | 365 | 34 | 107 | 0 | 4 | 424 | 132 | 76 |
| Binary | 10110000 | 1001000 | 11110101 | 11100 | 1000111 | 0 | 100 | 100010100 | 1011010 | 111110 |
Color Harmonies of #B048F5
Complementary color
Monochromatic Colors of #B048F5
Black with #B048F5
Text Example
Text Example
White with #B048F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B048F5; }
p { color: rgb(176,72,245); }
H1.HeaderClassName
{
color: #B048F5;
}
.AnyTagClassName
{
color: #B048F5;
}
</style>
background-color css
<style>
a { background-color: #B048F5; }
a { background-color: rgb(176,72,245); }
div.DivClassName
{
background-color: #B048F5;
}
.BgClassName
{
background-color: #B048F5;
}
</style>
border-color css
<style>
span { border-color: #B048F5; }
span { border-color: rgb(176,72,245); }
td.TdClassName
{
border-color: #B048F5;
}
.TagClassName
{
border-color: #B048F5;
}
</style>