Shades of Medium Orchid #B464EC
Tints of Medium Orchid #B464EC
RGB
CMYK
RGB Variations
Color information
#B464EC (or 0xB464EC) is known color: Medium Orchid. HEX triplet: B4, 64 and EC. RGB value is (180,100,236). Sum of RGB (Red+Green+Blue) = 180+100+236=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #B464EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464EC is #4B9B13. Grayscale: #8A8A8A. Windows color (decimal): -4954900 or 15492276. OLE color: 15492276.
HSL color Cylindrical-coordinate representation of color #B464EC: hue angle of 275.29º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B464EC is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 100 | 236 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.07 |
| HSL | 275.29º | 0.78% | 0.66% | - |
| HSV(B) | 275.29º | 0.58% | 0.93% | - |
| XYZ | 38.52 | 24.87 | 82.13 | - |
| YUV | 139.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 236 | 0.24 | 0.58 | 0 | 0.07 | 275.29 | 0.78 | 0.66 |
| Hex | B4 | 64 | EC | 18 | 3A | 0 | 7 | 113 | 4E | 42 |
| Octal | 264 | 144 | 354 | 30 | 72 | 0 | 7 | 423 | 116 | 102 |
| Binary | 10110100 | 1100100 | 11101100 | 11000 | 111010 | 0 | 111 | 100010011 | 1001110 | 1000010 |
Color Harmonies of #B464EC
Complementary color
Monochromatic Colors of #B464EC
Black with #B464EC
Text Example
Text Example
White with #B464EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464EC; }
p { color: rgb(180,100,236); }
H1.HeaderClassName
{
color: #B464EC;
}
.AnyTagClassName
{
color: #B464EC;
}
</style>
background-color css
<style>
a { background-color: #B464EC; }
a { background-color: rgb(180,100,236); }
div.DivClassName
{
background-color: #B464EC;
}
.BgClassName
{
background-color: #B464EC;
}
</style>
border-color css
<style>
span { border-color: #B464EC; }
span { border-color: rgb(180,100,236); }
td.TdClassName
{
border-color: #B464EC;
}
.TagClassName
{
border-color: #B464EC;
}
</style>