Shades of Medium Orchid #B46DDF
Tints of Medium Orchid #B46DDF
RGB
CMYK
RGB Variations
Color information
#B46DDF (or 0xB46DDF) is known color: Medium Orchid. HEX triplet: B4, 6D and DF. RGB value is (180,109,223). Sum of RGB (Red+Green+Blue) = 180+109+223=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #B46DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DDF is #4B9220. Grayscale: #8E8E8E. Windows color (decimal): -4952609 or 14642612. OLE color: 14642612.
HSL color Cylindrical-coordinate representation of color #B46DDF: hue angle of 277.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B46DDF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 109 | 223 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.13 |
| HSL | 277.37º | 0.64% | 0.65% | - |
| HSV(B) | 277.37º | 0.51% | 0.87% | - |
| XYZ | 37.61 | 25.97 | 72.84 | - |
| YUV | 143.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 223 | 0.19 | 0.51 | 0 | 0.13 | 277.37 | 0.64 | 0.65 |
| Hex | B4 | 6D | DF | 13 | 33 | 0 | D | 115 | 40 | 41 |
| Octal | 264 | 155 | 337 | 23 | 63 | 0 | 15 | 425 | 100 | 101 |
| Binary | 10110100 | 1101101 | 11011111 | 10011 | 110011 | 0 | 1101 | 100010101 | 1000000 | 1000001 |
Color Harmonies of #B46DDF
Complementary color
Monochromatic Colors of #B46DDF
Black with #B46DDF
Text Example
Text Example
White with #B46DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46DDF; }
p { color: rgb(180,109,223); }
H1.HeaderClassName
{
color: #B46DDF;
}
.AnyTagClassName
{
color: #B46DDF;
}
</style>
background-color css
<style>
a { background-color: #B46DDF; }
a { background-color: rgb(180,109,223); }
div.DivClassName
{
background-color: #B46DDF;
}
.BgClassName
{
background-color: #B46DDF;
}
</style>
border-color css
<style>
span { border-color: #B46DDF; }
span { border-color: rgb(180,109,223); }
td.TdClassName
{
border-color: #B46DDF;
}
.TagClassName
{
border-color: #B46DDF;
}
</style>