Shades of Medium Purple #B26DFB
Tints of Medium Purple #B26DFB
RGB
CMYK
RGB Variations
Color information
#B26DFB (or 0xB26DFB) is known color: Medium Purple. HEX triplet: B2, 6D and FB. RGB value is (178,109,251). Sum of RGB (Red+Green+Blue) = 178+109+251=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #B26DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26DFB is #4D9204. Grayscale: #919191. Windows color (decimal): -5083653 or 16477618. OLE color: 16477618.
HSL color Cylindrical-coordinate representation of color #B26DFB: hue angle of 269.15º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B26DFB is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 109 | 251 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.02 |
| HSL | 269.15º | 0.95% | 0.71% | - |
| HSV(B) | 269.15º | 0.57% | 0.98% | - |
| XYZ | 41.24 | 27.37 | 94.38 | - |
| YUV | 145.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 251 | 0.29 | 0.57 | 0 | 0.02 | 269.15 | 0.95 | 0.71 |
| Hex | B2 | 6D | FB | 1D | 39 | 0 | 2 | 10D | 5F | 47 |
| Octal | 262 | 155 | 373 | 35 | 71 | 0 | 2 | 415 | 137 | 107 |
| Binary | 10110010 | 1101101 | 11111011 | 11101 | 111001 | 0 | 10 | 100001101 | 1011111 | 1000111 |
Color Harmonies of #B26DFB
Complementary color
Monochromatic Colors of #B26DFB
Black with #B26DFB
Text Example
Text Example
White with #B26DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DFB; }
p { color: rgb(178,109,251); }
H1.HeaderClassName
{
color: #B26DFB;
}
.AnyTagClassName
{
color: #B26DFB;
}
</style>
background-color css
<style>
a { background-color: #B26DFB; }
a { background-color: rgb(178,109,251); }
div.DivClassName
{
background-color: #B26DFB;
}
.BgClassName
{
background-color: #B26DFB;
}
</style>
border-color css
<style>
span { border-color: #B26DFB; }
span { border-color: rgb(178,109,251); }
td.TdClassName
{
border-color: #B26DFB;
}
.TagClassName
{
border-color: #B26DFB;
}
</style>