Shades of Medium Orchid #B46AE6
Tints of Medium Orchid #B46AE6
RGB
CMYK
RGB Variations
Color information
#B46AE6 (or 0xB46AE6) is known color: Medium Orchid. HEX triplet: B4, 6A and E6. RGB value is (180,106,230). Sum of RGB (Red+Green+Blue) = 180+106+230=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #B46AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AE6 is #4B9519. Grayscale: #8D8D8D. Windows color (decimal): -4953370 or 15100596. OLE color: 15100596.
HSL color Cylindrical-coordinate representation of color #B46AE6: hue angle of 275.81º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B46AE6 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 106 | 230 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.10 |
| HSL | 275.81º | 0.71% | 0.66% | - |
| HSV(B) | 275.81º | 0.54% | 0.9% | - |
| XYZ | 38.26 | 25.72 | 77.81 | - |
| YUV | 142.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 230 | 0.22 | 0.54 | 0 | 0.10 | 275.81 | 0.71 | 0.66 |
| Hex | B4 | 6A | E6 | 16 | 36 | 0 | A | 114 | 47 | 42 |
| Octal | 264 | 152 | 346 | 26 | 66 | 0 | 12 | 424 | 107 | 102 |
| Binary | 10110100 | 1101010 | 11100110 | 10110 | 110110 | 0 | 1010 | 100010100 | 1000111 | 1000010 |
Color Harmonies of #B46AE6
Complementary color
Monochromatic Colors of #B46AE6
Black with #B46AE6
Text Example
Text Example
White with #B46AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46AE6; }
p { color: rgb(180,106,230); }
H1.HeaderClassName
{
color: #B46AE6;
}
.AnyTagClassName
{
color: #B46AE6;
}
</style>
background-color css
<style>
a { background-color: #B46AE6; }
a { background-color: rgb(180,106,230); }
div.DivClassName
{
background-color: #B46AE6;
}
.BgClassName
{
background-color: #B46AE6;
}
</style>
border-color css
<style>
span { border-color: #B46AE6; }
span { border-color: rgb(180,106,230); }
td.TdClassName
{
border-color: #B46AE6;
}
.TagClassName
{
border-color: #B46AE6;
}
</style>