Shades of Medium Purple #B27CF6
Tints of Medium Purple #B27CF6
RGB
CMYK
RGB Variations
Color information
#B27CF6 (or 0xB27CF6) is known color: Medium Purple. HEX triplet: B2, 7C and F6. RGB value is (178,124,246). Sum of RGB (Red+Green+Blue) = 178+124+246=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #B27CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CF6 is #4D8309. Grayscale: #999999. Windows color (decimal): -5079818 or 16153778. OLE color: 16153778.
HSL color Cylindrical-coordinate representation of color #B27CF6: hue angle of 266.56º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27CF6 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 124 | 246 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.04 |
| HSL | 266.56º | 0.87% | 0.73% | - |
| HSV(B) | 266.56º | 0.5% | 0.96% | - |
| XYZ | 42.2 | 30.53 | 90.86 | - |
| YUV | 154.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 246 | 0.28 | 0.50 | 0 | 0.04 | 266.56 | 0.87 | 0.73 |
| Hex | B2 | 7C | F6 | 1C | 32 | 0 | 4 | 10B | 57 | 49 |
| Octal | 262 | 174 | 366 | 34 | 62 | 0 | 4 | 413 | 127 | 111 |
| Binary | 10110010 | 1111100 | 11110110 | 11100 | 110010 | 0 | 100 | 100001011 | 1010111 | 1001001 |
Color Harmonies of #B27CF6
Complementary color
Monochromatic Colors of #B27CF6
Black with #B27CF6
Text Example
Text Example
White with #B27CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27CF6; }
p { color: rgb(178,124,246); }
H1.HeaderClassName
{
color: #B27CF6;
}
.AnyTagClassName
{
color: #B27CF6;
}
</style>
background-color css
<style>
a { background-color: #B27CF6; }
a { background-color: rgb(178,124,246); }
div.DivClassName
{
background-color: #B27CF6;
}
.BgClassName
{
background-color: #B27CF6;
}
</style>
border-color css
<style>
span { border-color: #B27CF6; }
span { border-color: rgb(178,124,246); }
td.TdClassName
{
border-color: #B27CF6;
}
.TagClassName
{
border-color: #B27CF6;
}
</style>