Shades of Medium Purple #B27CFE
Tints of Medium Purple #B27CFE
RGB
CMYK
RGB Variations
Color information
#B27CFE (or 0xB27CFE) is known color: Medium Purple. HEX triplet: B2, 7C and FE. RGB value is (178,124,254). Sum of RGB (Red+Green+Blue) = 178+124+254=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #B27CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CFE is #4D8301. Grayscale: #9A9A9A. Windows color (decimal): -5079810 or 16678066. OLE color: 16678066.
HSL color Cylindrical-coordinate representation of color #B27CFE: hue angle of 264.92º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B27CFE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 124 | 254 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.00 |
| HSL | 264.92º | 0.98% | 0.74% | - |
| HSV(B) | 264.92º | 0.51% | 1% | - |
| XYZ | 43.46 | 31.04 | 97.47 | - |
| YUV | 154.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 254 | 0.30 | 0.51 | 0 | 0.00 | 264.92 | 0.98 | 0.74 |
| Hex | B2 | 7C | FE | 1E | 33 | 0 | 0 | 109 | 62 | 4A |
| Octal | 262 | 174 | 376 | 36 | 63 | 0 | 0 | 411 | 142 | 112 |
| Binary | 10110010 | 1111100 | 11111110 | 11110 | 110011 | 0 | 0 | 100001001 | 1100010 | 1001010 |
Color Harmonies of #B27CFE
Complementary color
Monochromatic Colors of #B27CFE
Black with #B27CFE
Text Example
Text Example
White with #B27CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27CFE; }
p { color: rgb(178,124,254); }
H1.HeaderClassName
{
color: #B27CFE;
}
.AnyTagClassName
{
color: #B27CFE;
}
</style>
background-color css
<style>
a { background-color: #B27CFE; }
a { background-color: rgb(178,124,254); }
div.DivClassName
{
background-color: #B27CFE;
}
.BgClassName
{
background-color: #B27CFE;
}
</style>
border-color css
<style>
span { border-color: #B27CFE; }
span { border-color: rgb(178,124,254); }
td.TdClassName
{
border-color: #B27CFE;
}
.TagClassName
{
border-color: #B27CFE;
}
</style>