Shades of Medium Orchid #B364EC
Tints of Medium Orchid #B364EC
RGB
CMYK
RGB Variations
Color information
#B364EC (or 0xB364EC) is known color: Medium Orchid. HEX triplet: B3, 64 and EC. RGB value is (179,100,236). Sum of RGB (Red+Green+Blue) = 179+100+236=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #B364EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B364EC is #4C9B13. Grayscale: #8A8A8A. Windows color (decimal): -5020436 or 15492275. OLE color: 15492275.
HSL color Cylindrical-coordinate representation of color #B364EC: hue angle of 274.85º 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 #B364EC is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 100 | 236 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.07 |
| HSL | 274.85º | 0.78% | 0.66% | - |
| HSV(B) | 274.85º | 0.58% | 0.93% | - |
| XYZ | 38.29 | 24.75 | 82.12 | - |
| YUV | 139.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 236 | 0.24 | 0.58 | 0 | 0.07 | 274.85 | 0.78 | 0.66 |
| Hex | B3 | 64 | EC | 18 | 3A | 0 | 7 | 113 | 4E | 42 |
| Octal | 263 | 144 | 354 | 30 | 72 | 0 | 7 | 423 | 116 | 102 |
| Binary | 10110011 | 1100100 | 11101100 | 11000 | 111010 | 0 | 111 | 100010011 | 1001110 | 1000010 |
Color Harmonies of #B364EC
Complementary color
Monochromatic Colors of #B364EC
Black with #B364EC
Text Example
Text Example
White with #B364EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B364EC; }
p { color: rgb(179,100,236); }
H1.HeaderClassName
{
color: #B364EC;
}
.AnyTagClassName
{
color: #B364EC;
}
</style>
background-color css
<style>
a { background-color: #B364EC; }
a { background-color: rgb(179,100,236); }
div.DivClassName
{
background-color: #B364EC;
}
.BgClassName
{
background-color: #B364EC;
}
</style>
border-color css
<style>
span { border-color: #B364EC; }
span { border-color: rgb(179,100,236); }
td.TdClassName
{
border-color: #B364EC;
}
.TagClassName
{
border-color: #B364EC;
}
</style>