Shades of Medium Orchid #B048C9
Tints of Medium Orchid #B048C9
RGB
CMYK
RGB Variations
Color information
#B048C9 (or 0xB048C9) is known color: Medium Orchid. HEX triplet: B0, 48 and C9. RGB value is (176,72,201). Sum of RGB (Red+Green+Blue) = 176+72+201=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #B048C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048C9 is #4FB736. Grayscale: #757575. Windows color (decimal): -5224247 or 13191344. OLE color: 13191344.
HSL color Cylindrical-coordinate representation of color #B048C9: hue angle of 288.37º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B048C9 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 72 | 201 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.21 |
| HSL | 288.37º | 0.54% | 0.54% | - |
| HSV(B) | 288.37º | 0.64% | 0.79% | - |
| XYZ | 30.76 | 18.08 | 57.13 | - |
| YUV | 117.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 201 | 0.12 | 0.64 | 0 | 0.21 | 288.37 | 0.54 | 0.54 |
| Hex | B0 | 48 | C9 | C | 40 | 0 | 15 | 120 | 36 | 36 |
| Octal | 260 | 110 | 311 | 14 | 100 | 0 | 25 | 440 | 66 | 66 |
| Binary | 10110000 | 1001000 | 11001001 | 1100 | 1000000 | 0 | 10101 | 100100000 | 110110 | 110110 |
Color Harmonies of #B048C9
Complementary color
Monochromatic Colors of #B048C9
Black with #B048C9
Text Example
Text Example
White with #B048C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B048C9; }
p { color: rgb(176,72,201); }
H1.HeaderClassName
{
color: #B048C9;
}
.AnyTagClassName
{
color: #B048C9;
}
</style>
background-color css
<style>
a { background-color: #B048C9; }
a { background-color: rgb(176,72,201); }
div.DivClassName
{
background-color: #B048C9;
}
.BgClassName
{
background-color: #B048C9;
}
</style>
border-color css
<style>
span { border-color: #B048C9; }
span { border-color: rgb(176,72,201); }
td.TdClassName
{
border-color: #B048C9;
}
.TagClassName
{
border-color: #B048C9;
}
</style>