Shades of Medium Purple #B26EED
Tints of Medium Purple #B26EED
RGB
CMYK
RGB Variations
Color information
#B26EED (or 0xB26EED) is known color: Medium Purple. HEX triplet: B2, 6E and ED. RGB value is (178,110,237). Sum of RGB (Red+Green+Blue) = 178+110+237=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #B26EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26EED is #4D9112. Grayscale: #909090. Windows color (decimal): -5083411 or 15560370. OLE color: 15560370.
HSL color Cylindrical-coordinate representation of color #B26EED: hue angle of 272.13º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B26EED is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 110 | 237 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.07 |
| HSL | 272.13º | 0.78% | 0.68% | - |
| HSV(B) | 272.13º | 0.54% | 0.93% | - |
| XYZ | 39.22 | 26.73 | 83.21 | - |
| YUV | 144.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 237 | 0.25 | 0.54 | 0 | 0.07 | 272.13 | 0.78 | 0.68 |
| Hex | B2 | 6E | ED | 19 | 36 | 0 | 7 | 110 | 4E | 44 |
| Octal | 262 | 156 | 355 | 31 | 66 | 0 | 7 | 420 | 116 | 104 |
| Binary | 10110010 | 1101110 | 11101101 | 11001 | 110110 | 0 | 111 | 100010000 | 1001110 | 1000100 |
Color Harmonies of #B26EED
Complementary color
Monochromatic Colors of #B26EED
Black with #B26EED
Text Example
Text Example
White with #B26EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26EED; }
p { color: rgb(178,110,237); }
H1.HeaderClassName
{
color: #B26EED;
}
.AnyTagClassName
{
color: #B26EED;
}
</style>
background-color css
<style>
a { background-color: #B26EED; }
a { background-color: rgb(178,110,237); }
div.DivClassName
{
background-color: #B26EED;
}
.BgClassName
{
background-color: #B26EED;
}
</style>
border-color css
<style>
span { border-color: #B26EED; }
span { border-color: rgb(178,110,237); }
td.TdClassName
{
border-color: #B26EED;
}
.TagClassName
{
border-color: #B26EED;
}
</style>