Shades of Medium Orchid #B546D0
Tints of Medium Orchid #B546D0
RGB
CMYK
RGB Variations
Color information
#B546D0 (or 0xB546D0) is known color: Medium Orchid. HEX triplet: B5, 46 and D0. RGB value is (181,70,208). Sum of RGB (Red+Green+Blue) = 181+70+208=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #B546D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B546D0 is #4AB92F. Grayscale: #767676. Windows color (decimal): -4897072 or 13649589. OLE color: 13649589.
HSL color Cylindrical-coordinate representation of color #B546D0: hue angle of 288.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B546D0 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 70 | 208 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.18 |
| HSL | 288.26º | 0.59% | 0.55% | - |
| HSV(B) | 288.26º | 0.66% | 0.82% | - |
| XYZ | 32.63 | 18.76 | 61.58 | - |
| YUV | 118.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 208 | 0.13 | 0.66 | 0 | 0.18 | 288.26 | 0.59 | 0.55 |
| Hex | B5 | 46 | D0 | D | 42 | 0 | 12 | 120 | 3B | 37 |
| Octal | 265 | 106 | 320 | 15 | 102 | 0 | 22 | 440 | 73 | 67 |
| Binary | 10110101 | 1000110 | 11010000 | 1101 | 1000010 | 0 | 10010 | 100100000 | 111011 | 110111 |
Color Harmonies of #B546D0
Complementary color
Monochromatic Colors of #B546D0
Black with #B546D0
Text Example
Text Example
White with #B546D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B546D0; }
p { color: rgb(181,70,208); }
H1.HeaderClassName
{
color: #B546D0;
}
.AnyTagClassName
{
color: #B546D0;
}
</style>
background-color css
<style>
a { background-color: #B546D0; }
a { background-color: rgb(181,70,208); }
div.DivClassName
{
background-color: #B546D0;
}
.BgClassName
{
background-color: #B546D0;
}
</style>
border-color css
<style>
span { border-color: #B546D0; }
span { border-color: rgb(181,70,208); }
td.TdClassName
{
border-color: #B546D0;
}
.TagClassName
{
border-color: #B546D0;
}
</style>