Shades of Medium Purple #B26DF1
Tints of Medium Purple #B26DF1
RGB
CMYK
RGB Variations
Color information
#B26DF1 (or 0xB26DF1) is known color: Medium Purple. HEX triplet: B2, 6D and F1. RGB value is (178,109,241). Sum of RGB (Red+Green+Blue) = 178+109+241=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #B26DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26DF1 is #4D920E. Grayscale: #909090. Windows color (decimal): -5083663 or 15822258. OLE color: 15822258.
HSL color Cylindrical-coordinate representation of color #B26DF1: hue angle of 271.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26DF1 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 109 | 241 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.05 |
| HSL | 271.36º | 0.83% | 0.69% | - |
| HSV(B) | 271.36º | 0.55% | 0.95% | - |
| XYZ | 39.71 | 26.75 | 86.29 | - |
| YUV | 144.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 241 | 0.26 | 0.55 | 0 | 0.05 | 271.36 | 0.83 | 0.69 |
| Hex | B2 | 6D | F1 | 1A | 37 | 0 | 5 | 10F | 52 | 45 |
| Octal | 262 | 155 | 361 | 32 | 67 | 0 | 5 | 417 | 122 | 105 |
| Binary | 10110010 | 1101101 | 11110001 | 11010 | 110111 | 0 | 101 | 100001111 | 1010010 | 1000101 |
Color Harmonies of #B26DF1
Complementary color
Monochromatic Colors of #B26DF1
Black with #B26DF1
Text Example
Text Example
White with #B26DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DF1; }
p { color: rgb(178,109,241); }
H1.HeaderClassName
{
color: #B26DF1;
}
.AnyTagClassName
{
color: #B26DF1;
}
</style>
background-color css
<style>
a { background-color: #B26DF1; }
a { background-color: rgb(178,109,241); }
div.DivClassName
{
background-color: #B26DF1;
}
.BgClassName
{
background-color: #B26DF1;
}
</style>
border-color css
<style>
span { border-color: #B26DF1; }
span { border-color: rgb(178,109,241); }
td.TdClassName
{
border-color: #B26DF1;
}
.TagClassName
{
border-color: #B26DF1;
}
</style>