Shades of Medium Purple #B26EFF
Tints of Medium Purple #B26EFF
RGB
CMYK
RGB Variations
Color information
#B26EFF (or 0xB26EFF) is known color: Medium Purple. HEX triplet: B2, 6E and FF. RGB value is (178,110,255). Sum of RGB (Red+Green+Blue) = 178+110+255=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #B26EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26EFF is #4D9100. Grayscale: #929292. Windows color (decimal): -5083393 or 16740018. OLE color: 16740018.
HSL color Cylindrical-coordinate representation of color #B26EFF: hue angle of 268.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B26EFF is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 110 | 255 | - |
| CMYK | 0.30 | 0.57 | 0 | 0 |
| HSL | 268.14º | 1% | 0.72% | - |
| HSV(B) | 268.14º | 0.57% | 1% | - |
| XYZ | 41.99 | 27.84 | 97.77 | - |
| YUV | 146.86 | 189.03 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 255 | 0.30 | 0.57 | 0 | 0 | 268.14 | 1 | 0.72 |
| Hex | B2 | 6E | FF | 1E | 39 | 0 | 0 | 10C | 64 | 48 |
| Octal | 262 | 156 | 377 | 36 | 71 | 0 | 0 | 414 | 144 | 110 |
| Binary | 10110010 | 1101110 | 11111111 | 11110 | 111001 | 0 | 0 | 100001100 | 1100100 | 1001000 |
Color Harmonies of #B26EFF
Complementary color
Monochromatic Colors of #B26EFF
Black with #B26EFF
Text Example
Text Example
White with #B26EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26EFF; }
p { color: rgb(178,110,255); }
H1.HeaderClassName
{
color: #B26EFF;
}
.AnyTagClassName
{
color: #B26EFF;
}
</style>
background-color css
<style>
a { background-color: #B26EFF; }
a { background-color: rgb(178,110,255); }
div.DivClassName
{
background-color: #B26EFF;
}
.BgClassName
{
background-color: #B26EFF;
}
</style>
border-color css
<style>
span { border-color: #B26EFF; }
span { border-color: rgb(178,110,255); }
td.TdClassName
{
border-color: #B26EFF;
}
.TagClassName
{
border-color: #B26EFF;
}
</style>