Shades of Medium Orchid #B048DA
Tints of Medium Orchid #B048DA
RGB
CMYK
RGB Variations
Color information
#B048DA (or 0xB048DA) is known color: Medium Orchid. HEX triplet: B0, 48 and DA. RGB value is (176,72,218). Sum of RGB (Red+Green+Blue) = 176+72+218=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #B048DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048DA is #4FB725. Grayscale: #777777. Windows color (decimal): -5224230 or 14305456. OLE color: 14305456.
HSL color Cylindrical-coordinate representation of color #B048DA: hue angle of 282.74º 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 #B048DA is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 72 | 218 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.15 |
| HSL | 282.74º | 0.66% | 0.57% | - |
| HSV(B) | 282.74º | 0.67% | 0.85% | - |
| XYZ | 32.88 | 18.93 | 68.25 | - |
| YUV | 119.74 | 183.46 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 218 | 0.19 | 0.67 | 0 | 0.15 | 282.74 | 0.66 | 0.57 |
| Hex | B0 | 48 | DA | 13 | 43 | 0 | F | 11B | 42 | 39 |
| Octal | 260 | 110 | 332 | 23 | 103 | 0 | 17 | 433 | 102 | 71 |
| Binary | 10110000 | 1001000 | 11011010 | 10011 | 1000011 | 0 | 1111 | 100011011 | 1000010 | 111001 |
Color Harmonies of #B048DA
Complementary color
Monochromatic Colors of #B048DA
Black with #B048DA
Text Example
Text Example
White with #B048DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B048DA; }
p { color: rgb(176,72,218); }
H1.HeaderClassName
{
color: #B048DA;
}
.AnyTagClassName
{
color: #B048DA;
}
</style>
background-color css
<style>
a { background-color: #B048DA; }
a { background-color: rgb(176,72,218); }
div.DivClassName
{
background-color: #B048DA;
}
.BgClassName
{
background-color: #B048DA;
}
</style>
border-color css
<style>
span { border-color: #B048DA; }
span { border-color: rgb(176,72,218); }
td.TdClassName
{
border-color: #B048DA;
}
.TagClassName
{
border-color: #B048DA;
}
</style>