Shades of Medium Orchid #B459EC
Tints of Medium Orchid #B459EC
RGB
CMYK
RGB Variations
Color information
#B459EC (or 0xB459EC) is known color: Medium Orchid. HEX triplet: B4, 59 and EC. RGB value is (180,89,236). Sum of RGB (Red+Green+Blue) = 180+89+236=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #B459EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B459EC is #4BA613. Grayscale: #848484. Windows color (decimal): -4957716 or 15489460. OLE color: 15489460.
HSL color Cylindrical-coordinate representation of color #B459EC: hue angle of 277.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B459EC is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 89 | 236 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.07 |
| HSL | 277.14º | 0.79% | 0.64% | - |
| HSV(B) | 277.14º | 0.62% | 0.93% | - |
| XYZ | 37.54 | 22.9 | 81.8 | - |
| YUV | 132.97 | 186.15 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 236 | 0.24 | 0.62 | 0 | 0.07 | 277.14 | 0.79 | 0.64 |
| Hex | B4 | 59 | EC | 18 | 3E | 0 | 7 | 115 | 4F | 40 |
| Octal | 264 | 131 | 354 | 30 | 76 | 0 | 7 | 425 | 117 | 100 |
| Binary | 10110100 | 1011001 | 11101100 | 11000 | 111110 | 0 | 111 | 100010101 | 1001111 | 1000000 |
Color Harmonies of #B459EC
Complementary color
Monochromatic Colors of #B459EC
Black with #B459EC
Text Example
Text Example
White with #B459EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B459EC; }
p { color: rgb(180,89,236); }
H1.HeaderClassName
{
color: #B459EC;
}
.AnyTagClassName
{
color: #B459EC;
}
</style>
background-color css
<style>
a { background-color: #B459EC; }
a { background-color: rgb(180,89,236); }
div.DivClassName
{
background-color: #B459EC;
}
.BgClassName
{
background-color: #B459EC;
}
</style>
border-color css
<style>
span { border-color: #B459EC; }
span { border-color: rgb(180,89,236); }
td.TdClassName
{
border-color: #B459EC;
}
.TagClassName
{
border-color: #B459EC;
}
</style>