Shades of Medium Orchid #B46ADB
Tints of Medium Orchid #B46ADB
RGB
CMYK
RGB Variations
Color information
#B46ADB (or 0xB46ADB) is known color: Medium Orchid. HEX triplet: B4, 6A and DB. RGB value is (180,106,219). Sum of RGB (Red+Green+Blue) = 180+106+219=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B46ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ADB is #4B9524. Grayscale: #8C8C8C. Windows color (decimal): -4953381 or 14379700. OLE color: 14379700.
HSL color Cylindrical-coordinate representation of color #B46ADB: hue angle of 279.29º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B46ADB is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 106 | 219 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.14 |
| HSL | 279.29º | 0.61% | 0.64% | - |
| HSV(B) | 279.29º | 0.52% | 0.86% | - |
| XYZ | 36.76 | 25.13 | 69.93 | - |
| YUV | 141.01 | 172.02 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 219 | 0.18 | 0.52 | 0 | 0.14 | 279.29 | 0.61 | 0.64 |
| Hex | B4 | 6A | DB | 12 | 34 | 0 | E | 117 | 3D | 40 |
| Octal | 264 | 152 | 333 | 22 | 64 | 0 | 16 | 427 | 75 | 100 |
| Binary | 10110100 | 1101010 | 11011011 | 10010 | 110100 | 0 | 1110 | 100010111 | 111101 | 1000000 |
Color Harmonies of #B46ADB
Complementary color
Monochromatic Colors of #B46ADB
Black with #B46ADB
Text Example
Text Example
White with #B46ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46ADB; }
p { color: rgb(180,106,219); }
H1.HeaderClassName
{
color: #B46ADB;
}
.AnyTagClassName
{
color: #B46ADB;
}
</style>
background-color css
<style>
a { background-color: #B46ADB; }
a { background-color: rgb(180,106,219); }
div.DivClassName
{
background-color: #B46ADB;
}
.BgClassName
{
background-color: #B46ADB;
}
</style>
border-color css
<style>
span { border-color: #B46ADB; }
span { border-color: rgb(180,106,219); }
td.TdClassName
{
border-color: #B46ADB;
}
.TagClassName
{
border-color: #B46ADB;
}
</style>