Shades of Medium Orchid #B546C9
Tints of Medium Orchid #B546C9
RGB
CMYK
RGB Variations
Color information
#B546C9 (or 0xB546C9) is known color: Medium Orchid. HEX triplet: B5, 46 and C9. RGB value is (181,70,201). Sum of RGB (Red+Green+Blue) = 181+70+201=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #B546C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B546C9 is #4AB936. Grayscale: #757575. Windows color (decimal): -4897079 or 13190837. OLE color: 13190837.
HSL color Cylindrical-coordinate representation of color #B546C9: hue angle of 290.84º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B546C9 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 70 | 201 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.21 |
| HSL | 290.84º | 0.55% | 0.53% | - |
| HSV(B) | 290.84º | 0.65% | 0.79% | - |
| XYZ | 31.79 | 18.42 | 57.14 | - |
| YUV | 118.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 201 | 0.10 | 0.65 | 0 | 0.21 | 290.84 | 0.55 | 0.53 |
| Hex | B5 | 46 | C9 | A | 41 | 0 | 15 | 123 | 37 | 35 |
| Octal | 265 | 106 | 311 | 12 | 101 | 0 | 25 | 443 | 67 | 65 |
| Binary | 10110101 | 1000110 | 11001001 | 1010 | 1000001 | 0 | 10101 | 100100011 | 110111 | 110101 |
Color Harmonies of #B546C9
Complementary color
Monochromatic Colors of #B546C9
Black with #B546C9
Text Example
Text Example
White with #B546C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B546C9; }
p { color: rgb(181,70,201); }
H1.HeaderClassName
{
color: #B546C9;
}
.AnyTagClassName
{
color: #B546C9;
}
</style>
background-color css
<style>
a { background-color: #B546C9; }
a { background-color: rgb(181,70,201); }
div.DivClassName
{
background-color: #B546C9;
}
.BgClassName
{
background-color: #B546C9;
}
</style>
border-color css
<style>
span { border-color: #B546C9; }
span { border-color: rgb(181,70,201); }
td.TdClassName
{
border-color: #B546C9;
}
.TagClassName
{
border-color: #B546C9;
}
</style>