Shades of Medium Orchid #B361EC
Tints of Medium Orchid #B361EC
RGB
CMYK
RGB Variations
Color information
#B361EC (or 0xB361EC) is known color: Medium Orchid. HEX triplet: B3, 61 and EC. RGB value is (179,97,236). Sum of RGB (Red+Green+Blue) = 179+97+236=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #B361EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B361EC is #4C9E13. Grayscale: #888888. Windows color (decimal): -5021204 or 15491507. OLE color: 15491507.
HSL color Cylindrical-coordinate representation of color #B361EC: hue angle of 275.4º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B361EC is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 97 | 236 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.07 |
| HSL | 275.4º | 0.79% | 0.65% | - |
| HSV(B) | 275.4º | 0.59% | 0.93% | - |
| XYZ | 38.01 | 24.19 | 82.02 | - |
| YUV | 137.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 236 | 0.24 | 0.59 | 0 | 0.07 | 275.4 | 0.79 | 0.65 |
| Hex | B3 | 61 | EC | 18 | 3B | 0 | 7 | 113 | 4F | 41 |
| Octal | 263 | 141 | 354 | 30 | 73 | 0 | 7 | 423 | 117 | 101 |
| Binary | 10110011 | 1100001 | 11101100 | 11000 | 111011 | 0 | 111 | 100010011 | 1001111 | 1000001 |
Color Harmonies of #B361EC
Complementary color
Monochromatic Colors of #B361EC
Black with #B361EC
Text Example
Text Example
White with #B361EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B361EC; }
p { color: rgb(179,97,236); }
H1.HeaderClassName
{
color: #B361EC;
}
.AnyTagClassName
{
color: #B361EC;
}
</style>
background-color css
<style>
a { background-color: #B361EC; }
a { background-color: rgb(179,97,236); }
div.DivClassName
{
background-color: #B361EC;
}
.BgClassName
{
background-color: #B361EC;
}
</style>
border-color css
<style>
span { border-color: #B361EC; }
span { border-color: rgb(179,97,236); }
td.TdClassName
{
border-color: #B361EC;
}
.TagClassName
{
border-color: #B361EC;
}
</style>