Shades of Medium Orchid #B548C6
Tints of Medium Orchid #B548C6
RGB
CMYK
RGB Variations
Color information
#B548C6 (or 0xB548C6) is known color: Medium Orchid. HEX triplet: B5, 48 and C6. RGB value is (181,72,198). Sum of RGB (Red+Green+Blue) = 181+72+198=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #B548C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548C6 is #4AB739. Grayscale: #767676. Windows color (decimal): -4896570 or 12994741. OLE color: 12994741.
HSL color Cylindrical-coordinate representation of color #B548C6: hue angle of 291.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B548C6 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 72 | 198 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.22 |
| HSL | 291.9º | 0.53% | 0.53% | - |
| HSV(B) | 291.9º | 0.64% | 0.78% | - |
| XYZ | 31.57 | 18.54 | 55.34 | - |
| YUV | 118.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 198 | 0.09 | 0.64 | 0 | 0.22 | 291.9 | 0.53 | 0.53 |
| Hex | B5 | 48 | C6 | 9 | 40 | 0 | 16 | 124 | 34 | 35 |
| Octal | 265 | 110 | 306 | 11 | 100 | 0 | 26 | 444 | 64 | 65 |
| Binary | 10110101 | 1001000 | 11000110 | 1001 | 1000000 | 0 | 10110 | 100100100 | 110100 | 110101 |
Color Harmonies of #B548C6
Complementary color
Monochromatic Colors of #B548C6
Black with #B548C6
Text Example
Text Example
White with #B548C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B548C6; }
p { color: rgb(181,72,198); }
H1.HeaderClassName
{
color: #B548C6;
}
.AnyTagClassName
{
color: #B548C6;
}
</style>
background-color css
<style>
a { background-color: #B548C6; }
a { background-color: rgb(181,72,198); }
div.DivClassName
{
background-color: #B548C6;
}
.BgClassName
{
background-color: #B548C6;
}
</style>
border-color css
<style>
span { border-color: #B548C6; }
span { border-color: rgb(181,72,198); }
td.TdClassName
{
border-color: #B548C6;
}
.TagClassName
{
border-color: #B548C6;
}
</style>