Shades of Medium Purple #B27EF2
Tints of Medium Purple #B27EF2
RGB
CMYK
RGB Variations
Color information
#B27EF2 (or 0xB27EF2) is known color: Medium Purple. HEX triplet: B2, 7E and F2. RGB value is (178,126,242). Sum of RGB (Red+Green+Blue) = 178+126+242=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #B27EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EF2 is #4D810D. Grayscale: #9A9A9A. Windows color (decimal): -5079310 or 15892146. OLE color: 15892146.
HSL color Cylindrical-coordinate representation of color #B27EF2: hue angle of 266.9º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B27EF2 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 126 | 242 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.05 |
| HSL | 266.9º | 0.82% | 0.72% | - |
| HSV(B) | 266.9º | 0.48% | 0.95% | - |
| XYZ | 41.85 | 30.8 | 87.74 | - |
| YUV | 154.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 242 | 0.26 | 0.48 | 0 | 0.05 | 266.9 | 0.82 | 0.72 |
| Hex | B2 | 7E | F2 | 1A | 30 | 0 | 5 | 10B | 52 | 48 |
| Octal | 262 | 176 | 362 | 32 | 60 | 0 | 5 | 413 | 122 | 110 |
| Binary | 10110010 | 1111110 | 11110010 | 11010 | 110000 | 0 | 101 | 100001011 | 1010010 | 1001000 |
Color Harmonies of #B27EF2
Complementary color
Monochromatic Colors of #B27EF2
Black with #B27EF2
Text Example
Text Example
White with #B27EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27EF2; }
p { color: rgb(178,126,242); }
H1.HeaderClassName
{
color: #B27EF2;
}
.AnyTagClassName
{
color: #B27EF2;
}
</style>
background-color css
<style>
a { background-color: #B27EF2; }
a { background-color: rgb(178,126,242); }
div.DivClassName
{
background-color: #B27EF2;
}
.BgClassName
{
background-color: #B27EF2;
}
</style>
border-color css
<style>
span { border-color: #B27EF2; }
span { border-color: rgb(178,126,242); }
td.TdClassName
{
border-color: #B27EF2;
}
.TagClassName
{
border-color: #B27EF2;
}
</style>