Shades of Medium Purple #B26CF3
Tints of Medium Purple #B26CF3
RGB
CMYK
RGB Variations
Color information
#B26CF3 (or 0xB26CF3) is known color: Medium Purple. HEX triplet: B2, 6C and F3. RGB value is (178,108,243). Sum of RGB (Red+Green+Blue) = 178+108+243=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #B26CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26CF3 is #4D930C. Grayscale: #8F8F8F. Windows color (decimal): -5083917 or 15953074. OLE color: 15953074.
HSL color Cylindrical-coordinate representation of color #B26CF3: hue angle of 271.11º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B26CF3 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 108 | 243 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.05 |
| HSL | 271.11º | 0.85% | 0.69% | - |
| HSV(B) | 271.11º | 0.56% | 0.95% | - |
| XYZ | 39.9 | 26.66 | 87.84 | - |
| YUV | 144.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 243 | 0.27 | 0.56 | 0 | 0.05 | 271.11 | 0.85 | 0.69 |
| Hex | B2 | 6C | F3 | 1B | 38 | 0 | 5 | 10F | 55 | 45 |
| Octal | 262 | 154 | 363 | 33 | 70 | 0 | 5 | 417 | 125 | 105 |
| Binary | 10110010 | 1101100 | 11110011 | 11011 | 111000 | 0 | 101 | 100001111 | 1010101 | 1000101 |
Color Harmonies of #B26CF3
Complementary color
Monochromatic Colors of #B26CF3
Black with #B26CF3
Text Example
Text Example
White with #B26CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26CF3; }
p { color: rgb(178,108,243); }
H1.HeaderClassName
{
color: #B26CF3;
}
.AnyTagClassName
{
color: #B26CF3;
}
</style>
background-color css
<style>
a { background-color: #B26CF3; }
a { background-color: rgb(178,108,243); }
div.DivClassName
{
background-color: #B26CF3;
}
.BgClassName
{
background-color: #B26CF3;
}
</style>
border-color css
<style>
span { border-color: #B26CF3; }
span { border-color: rgb(178,108,243); }
td.TdClassName
{
border-color: #B26CF3;
}
.TagClassName
{
border-color: #B26CF3;
}
</style>