Shades of Medium Purple #B26AF8
Tints of Medium Purple #B26AF8
RGB
CMYK
RGB Variations
Color information
#B26AF8 (or 0xB26AF8) is known color: Medium Purple. HEX triplet: B2, 6A and F8. RGB value is (178,106,248). Sum of RGB (Red+Green+Blue) = 178+106+248=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #B26AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26AF8 is #4D9507. Grayscale: #8F8F8F. Windows color (decimal): -5084424 or 16280242. OLE color: 16280242.
HSL color Cylindrical-coordinate representation of color #B26AF8: hue angle of 270.42º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B26AF8 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 106 | 248 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.03 |
| HSL | 270.42º | 0.91% | 0.69% | - |
| HSV(B) | 270.42º | 0.57% | 0.97% | - |
| XYZ | 40.46 | 26.55 | 91.8 | - |
| YUV | 143.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 248 | 0.28 | 0.57 | 0 | 0.03 | 270.42 | 0.91 | 0.69 |
| Hex | B2 | 6A | F8 | 1C | 39 | 0 | 3 | 10E | 5B | 45 |
| Octal | 262 | 152 | 370 | 34 | 71 | 0 | 3 | 416 | 133 | 105 |
| Binary | 10110010 | 1101010 | 11111000 | 11100 | 111001 | 0 | 11 | 100001110 | 1011011 | 1000101 |
Color Harmonies of #B26AF8
Complementary color
Monochromatic Colors of #B26AF8
Black with #B26AF8
Text Example
Text Example
White with #B26AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26AF8; }
p { color: rgb(178,106,248); }
H1.HeaderClassName
{
color: #B26AF8;
}
.AnyTagClassName
{
color: #B26AF8;
}
</style>
background-color css
<style>
a { background-color: #B26AF8; }
a { background-color: rgb(178,106,248); }
div.DivClassName
{
background-color: #B26AF8;
}
.BgClassName
{
background-color: #B26AF8;
}
</style>
border-color css
<style>
span { border-color: #B26AF8; }
span { border-color: rgb(178,106,248); }
td.TdClassName
{
border-color: #B26AF8;
}
.TagClassName
{
border-color: #B26AF8;
}
</style>