Shades of Medium Orchid #B048CC
Tints of Medium Orchid #B048CC
RGB
CMYK
RGB Variations
Color information
#B048CC (or 0xB048CC) is known color: Medium Orchid. HEX triplet: B0, 48 and CC. RGB value is (176,72,204). Sum of RGB (Red+Green+Blue) = 176+72+204=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #B048CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B048CC is #4FB733. Grayscale: #757575. Windows color (decimal): -5224244 or 13387952. OLE color: 13387952.
HSL color Cylindrical-coordinate representation of color #B048CC: hue angle of 287.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B048CC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 72 | 204 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.2 |
| HSL | 287.27º | 0.56% | 0.54% | - |
| HSV(B) | 287.27º | 0.65% | 0.8% | - |
| XYZ | 31.12 | 18.22 | 59 | - |
| YUV | 118.14 | 176.46 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 204 | 0.14 | 0.65 | 0 | 0.2 | 287.27 | 0.56 | 0.54 |
| Hex | B0 | 48 | CC | E | 41 | 0 | 14 | 11F | 38 | 36 |
| Octal | 260 | 110 | 314 | 16 | 101 | 0 | 24 | 437 | 70 | 66 |
| Binary | 10110000 | 1001000 | 11001100 | 1110 | 1000001 | 0 | 10100 | 100011111 | 111000 | 110110 |
Color Harmonies of #B048CC
Complementary color
Monochromatic Colors of #B048CC
Black with #B048CC
Text Example
Text Example
White with #B048CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B048CC; }
p { color: rgb(176,72,204); }
H1.HeaderClassName
{
color: #B048CC;
}
.AnyTagClassName
{
color: #B048CC;
}
</style>
background-color css
<style>
a { background-color: #B048CC; }
a { background-color: rgb(176,72,204); }
div.DivClassName
{
background-color: #B048CC;
}
.BgClassName
{
background-color: #B048CC;
}
</style>
border-color css
<style>
span { border-color: #B048CC; }
span { border-color: rgb(176,72,204); }
td.TdClassName
{
border-color: #B048CC;
}
.TagClassName
{
border-color: #B048CC;
}
</style>