Shades of Medium Orchid #B048CF
Tints of Medium Orchid #B048CF
RGB
CMYK
RGB Variations
Color information
#B048CF (or 0xB048CF) is known color: Medium Orchid. HEX triplet: B0, 48 and CF. RGB value is (176,72,207). Sum of RGB (Red+Green+Blue) = 176+72+207=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B048CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048CF is #4FB730. Grayscale: #767676. Windows color (decimal): -5224241 or 13584560. OLE color: 13584560.
HSL color Cylindrical-coordinate representation of color #B048CF: hue angle of 286.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B048CF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 72 | 207 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.19 |
| HSL | 286.22º | 0.58% | 0.55% | - |
| HSV(B) | 286.22º | 0.65% | 0.81% | - |
| XYZ | 31.48 | 18.37 | 60.92 | - |
| YUV | 118.49 | 177.96 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 207 | 0.15 | 0.65 | 0 | 0.19 | 286.22 | 0.58 | 0.55 |
| Hex | B0 | 48 | CF | F | 41 | 0 | 13 | 11E | 3A | 37 |
| Octal | 260 | 110 | 317 | 17 | 101 | 0 | 23 | 436 | 72 | 67 |
| Binary | 10110000 | 1001000 | 11001111 | 1111 | 1000001 | 0 | 10011 | 100011110 | 111010 | 110111 |
Color Harmonies of #B048CF
Complementary color
Monochromatic Colors of #B048CF
Black with #B048CF
Text Example
Text Example
White with #B048CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B048CF; }
p { color: rgb(176,72,207); }
H1.HeaderClassName
{
color: #B048CF;
}
.AnyTagClassName
{
color: #B048CF;
}
</style>
background-color css
<style>
a { background-color: #B048CF; }
a { background-color: rgb(176,72,207); }
div.DivClassName
{
background-color: #B048CF;
}
.BgClassName
{
background-color: #B048CF;
}
</style>
border-color css
<style>
span { border-color: #B048CF; }
span { border-color: rgb(176,72,207); }
td.TdClassName
{
border-color: #B048CF;
}
.TagClassName
{
border-color: #B048CF;
}
</style>