Shades of Medium Purple #B26DF4
Tints of Medium Purple #B26DF4
RGB
CMYK
RGB Variations
Color information
#B26DF4 (or 0xB26DF4) is known color: Medium Purple. HEX triplet: B2, 6D and F4. RGB value is (178,109,244). Sum of RGB (Red+Green+Blue) = 178+109+244=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #B26DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26DF4 is #4D920B. Grayscale: #909090. Windows color (decimal): -5083660 or 16018866. OLE color: 16018866.
HSL color Cylindrical-coordinate representation of color #B26DF4: hue angle of 270.67º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26DF4 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 109 | 244 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.04 |
| HSL | 270.67º | 0.86% | 0.69% | - |
| HSV(B) | 270.67º | 0.55% | 0.96% | - |
| XYZ | 40.16 | 26.93 | 88.67 | - |
| YUV | 145.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 244 | 0.27 | 0.55 | 0 | 0.04 | 270.67 | 0.86 | 0.69 |
| Hex | B2 | 6D | F4 | 1B | 37 | 0 | 4 | 10F | 56 | 45 |
| Octal | 262 | 155 | 364 | 33 | 67 | 0 | 4 | 417 | 126 | 105 |
| Binary | 10110010 | 1101101 | 11110100 | 11011 | 110111 | 0 | 100 | 100001111 | 1010110 | 1000101 |
Color Harmonies of #B26DF4
Complementary color
Monochromatic Colors of #B26DF4
Black with #B26DF4
Text Example
Text Example
White with #B26DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DF4; }
p { color: rgb(178,109,244); }
H1.HeaderClassName
{
color: #B26DF4;
}
.AnyTagClassName
{
color: #B26DF4;
}
</style>
background-color css
<style>
a { background-color: #B26DF4; }
a { background-color: rgb(178,109,244); }
div.DivClassName
{
background-color: #B26DF4;
}
.BgClassName
{
background-color: #B26DF4;
}
</style>
border-color css
<style>
span { border-color: #B26DF4; }
span { border-color: rgb(178,109,244); }
td.TdClassName
{
border-color: #B26DF4;
}
.TagClassName
{
border-color: #B26DF4;
}
</style>