Shades of Medium Orchid #B048D9
Tints of Medium Orchid #B048D9
RGB
CMYK
RGB Variations
Color information
#B048D9 (or 0xB048D9) is known color: Medium Orchid. HEX triplet: B0, 48 and D9. RGB value is (176,72,217). Sum of RGB (Red+Green+Blue) = 176+72+217=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #B048D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048D9 is #4FB726. Grayscale: #777777. Windows color (decimal): -5224231 or 14239920. OLE color: 14239920.
HSL color Cylindrical-coordinate representation of color #B048D9: hue angle of 283.03º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B048D9 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 72 | 217 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.15 |
| HSL | 283.03º | 0.66% | 0.57% | - |
| HSV(B) | 283.03º | 0.67% | 0.85% | - |
| XYZ | 32.75 | 18.87 | 67.56 | - |
| YUV | 119.63 | 182.96 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 217 | 0.19 | 0.67 | 0 | 0.15 | 283.03 | 0.66 | 0.57 |
| Hex | B0 | 48 | D9 | 13 | 43 | 0 | F | 11B | 42 | 39 |
| Octal | 260 | 110 | 331 | 23 | 103 | 0 | 17 | 433 | 102 | 71 |
| Binary | 10110000 | 1001000 | 11011001 | 10011 | 1000011 | 0 | 1111 | 100011011 | 1000010 | 111001 |
Color Harmonies of #B048D9
Complementary color
Monochromatic Colors of #B048D9
Black with #B048D9
Text Example
Text Example
White with #B048D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B048D9; }
p { color: rgb(176,72,217); }
H1.HeaderClassName
{
color: #B048D9;
}
.AnyTagClassName
{
color: #B048D9;
}
</style>
background-color css
<style>
a { background-color: #B048D9; }
a { background-color: rgb(176,72,217); }
div.DivClassName
{
background-color: #B048D9;
}
.BgClassName
{
background-color: #B048D9;
}
</style>
border-color css
<style>
span { border-color: #B048D9; }
span { border-color: rgb(176,72,217); }
td.TdClassName
{
border-color: #B048D9;
}
.TagClassName
{
border-color: #B048D9;
}
</style>