Shades of Medium Purple #B26FF2
Tints of Medium Purple #B26FF2
RGB
CMYK
RGB Variations
Color information
#B26FF2 (or 0xB26FF2) is known color: Medium Purple. HEX triplet: B2, 6F and F2. RGB value is (178,111,242). Sum of RGB (Red+Green+Blue) = 178+111+242=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #B26FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26FF2 is #4D900D. Grayscale: #919191. Windows color (decimal): -5083150 or 15888306. OLE color: 15888306.
HSL color Cylindrical-coordinate representation of color #B26FF2: hue angle of 270.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B26FF2 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 111 | 242 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.05 |
| HSL | 270.69º | 0.83% | 0.69% | - |
| HSV(B) | 270.69º | 0.54% | 0.95% | - |
| XYZ | 40.07 | 27.24 | 87.15 | - |
| YUV | 145.97 | 182.2 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 242 | 0.26 | 0.54 | 0 | 0.05 | 270.69 | 0.83 | 0.69 |
| Hex | B2 | 6F | F2 | 1A | 36 | 0 | 5 | 10F | 53 | 45 |
| Octal | 262 | 157 | 362 | 32 | 66 | 0 | 5 | 417 | 123 | 105 |
| Binary | 10110010 | 1101111 | 11110010 | 11010 | 110110 | 0 | 101 | 100001111 | 1010011 | 1000101 |
Color Harmonies of #B26FF2
Complementary color
Monochromatic Colors of #B26FF2
Black with #B26FF2
Text Example
Text Example
White with #B26FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26FF2; }
p { color: rgb(178,111,242); }
H1.HeaderClassName
{
color: #B26FF2;
}
.AnyTagClassName
{
color: #B26FF2;
}
</style>
background-color css
<style>
a { background-color: #B26FF2; }
a { background-color: rgb(178,111,242); }
div.DivClassName
{
background-color: #B26FF2;
}
.BgClassName
{
background-color: #B26FF2;
}
</style>
border-color css
<style>
span { border-color: #B26FF2; }
span { border-color: rgb(178,111,242); }
td.TdClassName
{
border-color: #B26FF2;
}
.TagClassName
{
border-color: #B26FF2;
}
</style>