Shades of Medium Orchid #B46DD1
Tints of Medium Orchid #B46DD1
RGB
CMYK
RGB Variations
Color information
#B46DD1 (or 0xB46DD1) is known color: Medium Orchid. HEX triplet: B4, 6D and D1. RGB value is (180,109,209). Sum of RGB (Red+Green+Blue) = 180+109+209=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #B46DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DD1 is #4B922E. Grayscale: #8D8D8D. Windows color (decimal): -4952623 or 13725108. OLE color: 13725108.
HSL color Cylindrical-coordinate representation of color #B46DD1: hue angle of 282.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B46DD1 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 109 | 209 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.18 |
| HSL | 282.6º | 0.52% | 0.62% | - |
| HSV(B) | 282.6º | 0.48% | 0.82% | - |
| XYZ | 35.8 | 25.24 | 63.31 | - |
| YUV | 141.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 209 | 0.14 | 0.48 | 0 | 0.18 | 282.6 | 0.52 | 0.62 |
| Hex | B4 | 6D | D1 | E | 30 | 0 | 12 | 11B | 34 | 3E |
| Octal | 264 | 155 | 321 | 16 | 60 | 0 | 22 | 433 | 64 | 76 |
| Binary | 10110100 | 1101101 | 11010001 | 1110 | 110000 | 0 | 10010 | 100011011 | 110100 | 111110 |
Color Harmonies of #B46DD1
Complementary color
Monochromatic Colors of #B46DD1
Black with #B46DD1
Text Example
Text Example
White with #B46DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46DD1; }
p { color: rgb(180,109,209); }
H1.HeaderClassName
{
color: #B46DD1;
}
.AnyTagClassName
{
color: #B46DD1;
}
</style>
background-color css
<style>
a { background-color: #B46DD1; }
a { background-color: rgb(180,109,209); }
div.DivClassName
{
background-color: #B46DD1;
}
.BgClassName
{
background-color: #B46DD1;
}
</style>
border-color css
<style>
span { border-color: #B46DD1; }
span { border-color: rgb(180,109,209); }
td.TdClassName
{
border-color: #B46DD1;
}
.TagClassName
{
border-color: #B46DD1;
}
</style>