Shades of Medium Orchid #B46ADF
Tints of Medium Orchid #B46ADF
RGB
CMYK
RGB Variations
Color information
#B46ADF (or 0xB46ADF) is known color: Medium Orchid. HEX triplet: B4, 6A and DF. RGB value is (180,106,223). Sum of RGB (Red+Green+Blue) = 180+106+223=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #B46ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ADF is #4B9520. Grayscale: #8D8D8D. Windows color (decimal): -4953377 or 14641844. OLE color: 14641844.
HSL color Cylindrical-coordinate representation of color #B46ADF: hue angle of 277.95º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B46ADF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 106 | 223 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.13 |
| HSL | 277.95º | 0.65% | 0.65% | - |
| HSV(B) | 277.95º | 0.52% | 0.87% | - |
| XYZ | 37.3 | 25.34 | 72.74 | - |
| YUV | 141.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 223 | 0.19 | 0.52 | 0 | 0.13 | 277.95 | 0.65 | 0.65 |
| Hex | B4 | 6A | DF | 13 | 34 | 0 | D | 116 | 41 | 41 |
| Octal | 264 | 152 | 337 | 23 | 64 | 0 | 15 | 426 | 101 | 101 |
| Binary | 10110100 | 1101010 | 11011111 | 10011 | 110100 | 0 | 1101 | 100010110 | 1000001 | 1000001 |
Color Harmonies of #B46ADF
Complementary color
Monochromatic Colors of #B46ADF
Black with #B46ADF
Text Example
Text Example
White with #B46ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46ADF; }
p { color: rgb(180,106,223); }
H1.HeaderClassName
{
color: #B46ADF;
}
.AnyTagClassName
{
color: #B46ADF;
}
</style>
background-color css
<style>
a { background-color: #B46ADF; }
a { background-color: rgb(180,106,223); }
div.DivClassName
{
background-color: #B46ADF;
}
.BgClassName
{
background-color: #B46ADF;
}
</style>
border-color css
<style>
span { border-color: #B46ADF; }
span { border-color: rgb(180,106,223); }
td.TdClassName
{
border-color: #B46ADF;
}
.TagClassName
{
border-color: #B46ADF;
}
</style>