Shades of Medium Orchid #B261EC
Tints of Medium Orchid #B261EC
RGB
CMYK
RGB Variations
Color information
#B261EC (or 0xB261EC) is known color: Medium Orchid. HEX triplet: B2, 61 and EC. RGB value is (178,97,236). Sum of RGB (Red+Green+Blue) = 178+97+236=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #B261EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B261EC is #4D9E13. Grayscale: #888888. Windows color (decimal): -5086740 or 15491506. OLE color: 15491506.
HSL color Cylindrical-coordinate representation of color #B261EC: hue angle of 274.96º 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 #B261EC is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 97 | 236 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.07 |
| HSL | 274.96º | 0.79% | 0.65% | - |
| HSV(B) | 274.96º | 0.59% | 0.93% | - |
| XYZ | 37.78 | 24.07 | 82.01 | - |
| YUV | 137.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 236 | 0.25 | 0.59 | 0 | 0.07 | 274.96 | 0.79 | 0.65 |
| Hex | B2 | 61 | EC | 19 | 3B | 0 | 7 | 113 | 4F | 41 |
| Octal | 262 | 141 | 354 | 31 | 73 | 0 | 7 | 423 | 117 | 101 |
| Binary | 10110010 | 1100001 | 11101100 | 11001 | 111011 | 0 | 111 | 100010011 | 1001111 | 1000001 |
Color Harmonies of #B261EC
Complementary color
Monochromatic Colors of #B261EC
Black with #B261EC
Text Example
Text Example
White with #B261EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261EC; }
p { color: rgb(178,97,236); }
H1.HeaderClassName
{
color: #B261EC;
}
.AnyTagClassName
{
color: #B261EC;
}
</style>
background-color css
<style>
a { background-color: #B261EC; }
a { background-color: rgb(178,97,236); }
div.DivClassName
{
background-color: #B261EC;
}
.BgClassName
{
background-color: #B261EC;
}
</style>
border-color css
<style>
span { border-color: #B261EC; }
span { border-color: rgb(178,97,236); }
td.TdClassName
{
border-color: #B261EC;
}
.TagClassName
{
border-color: #B261EC;
}
</style>