Shades of Medium Orchid #B546DF
Tints of Medium Orchid #B546DF
RGB
CMYK
RGB Variations
Color information
#B546DF (or 0xB546DF) is known color: Medium Orchid. HEX triplet: B5, 46 and DF. RGB value is (181,70,223). Sum of RGB (Red+Green+Blue) = 181+70+223=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #B546DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B546DF is #4AB920. Grayscale: #787878. Windows color (decimal): -4897057 or 14632629. OLE color: 14632629.
HSL color Cylindrical-coordinate representation of color #B546DF: hue angle of 283.53º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B546DF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 70 | 223 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.13 |
| HSL | 283.53º | 0.71% | 0.57% | - |
| HSV(B) | 283.53º | 0.69% | 0.87% | - |
| XYZ | 34.57 | 19.53 | 71.76 | - |
| YUV | 120.63 | 185.77 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 223 | 0.19 | 0.69 | 0 | 0.13 | 283.53 | 0.71 | 0.57 |
| Hex | B5 | 46 | DF | 13 | 45 | 0 | D | 11C | 47 | 39 |
| Octal | 265 | 106 | 337 | 23 | 105 | 0 | 15 | 434 | 107 | 71 |
| Binary | 10110101 | 1000110 | 11011111 | 10011 | 1000101 | 0 | 1101 | 100011100 | 1000111 | 111001 |
Color Harmonies of #B546DF
Complementary color
Monochromatic Colors of #B546DF
Black with #B546DF
Text Example
Text Example
White with #B546DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B546DF; }
p { color: rgb(181,70,223); }
H1.HeaderClassName
{
color: #B546DF;
}
.AnyTagClassName
{
color: #B546DF;
}
</style>
background-color css
<style>
a { background-color: #B546DF; }
a { background-color: rgb(181,70,223); }
div.DivClassName
{
background-color: #B546DF;
}
.BgClassName
{
background-color: #B546DF;
}
</style>
border-color css
<style>
span { border-color: #B546DF; }
span { border-color: rgb(181,70,223); }
td.TdClassName
{
border-color: #B546DF;
}
.TagClassName
{
border-color: #B546DF;
}
</style>