Shades of Medium Orchid #B46AE9
Tints of Medium Orchid #B46AE9
RGB
CMYK
RGB Variations
Color information
#B46AE9 (or 0xB46AE9) is known color: Medium Orchid. HEX triplet: B4, 6A and E9. RGB value is (180,106,233). Sum of RGB (Red+Green+Blue) = 180+106+233=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #B46AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AE9 is #4B9516. Grayscale: #8E8E8E. Windows color (decimal): -4953367 or 15297204. OLE color: 15297204.
HSL color Cylindrical-coordinate representation of color #B46AE9: hue angle of 274.96º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B46AE9 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 106 | 233 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.09 |
| HSL | 274.96º | 0.74% | 0.66% | - |
| HSV(B) | 274.96º | 0.55% | 0.91% | - |
| XYZ | 38.68 | 25.89 | 80.05 | - |
| YUV | 142.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 106 | 233 | 0.23 | 0.55 | 0 | 0.09 | 274.96 | 0.74 | 0.66 |
| Hex | B4 | 6A | E9 | 17 | 37 | 0 | 9 | 113 | 4A | 42 |
| Octal | 264 | 152 | 351 | 27 | 67 | 0 | 11 | 423 | 112 | 102 |
| Binary | 10110100 | 1101010 | 11101001 | 10111 | 110111 | 0 | 1001 | 100010011 | 1001010 | 1000010 |
Color Harmonies of #B46AE9
Complementary color
Monochromatic Colors of #B46AE9
Black with #B46AE9
Text Example
Text Example
White with #B46AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46AE9; }
p { color: rgb(180,106,233); }
H1.HeaderClassName
{
color: #B46AE9;
}
.AnyTagClassName
{
color: #B46AE9;
}
</style>
background-color css
<style>
a { background-color: #B46AE9; }
a { background-color: rgb(180,106,233); }
div.DivClassName
{
background-color: #B46AE9;
}
.BgClassName
{
background-color: #B46AE9;
}
</style>
border-color css
<style>
span { border-color: #B46AE9; }
span { border-color: rgb(180,106,233); }
td.TdClassName
{
border-color: #B46AE9;
}
.TagClassName
{
border-color: #B46AE9;
}
</style>