Shades of Medium Purple #B27DF6
Tints of Medium Purple #B27DF6
RGB
CMYK
RGB Variations
Color information
#B27DF6 (or 0xB27DF6) is known color: Medium Purple. HEX triplet: B2, 7D and F6. RGB value is (178,125,246). Sum of RGB (Red+Green+Blue) = 178+125+246=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #B27DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DF6 is #4D8209. Grayscale: #9A9A9A. Windows color (decimal): -5079562 or 16154034. OLE color: 16154034.
HSL color Cylindrical-coordinate representation of color #B27DF6: hue angle of 266.28º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B27DF6 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 125 | 246 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.04 |
| HSL | 266.28º | 0.87% | 0.73% | - |
| HSV(B) | 266.28º | 0.49% | 0.96% | - |
| XYZ | 42.33 | 30.79 | 90.9 | - |
| YUV | 154.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 246 | 0.28 | 0.49 | 0 | 0.04 | 266.28 | 0.87 | 0.73 |
| Hex | B2 | 7D | F6 | 1C | 31 | 0 | 4 | 10A | 57 | 49 |
| Octal | 262 | 175 | 366 | 34 | 61 | 0 | 4 | 412 | 127 | 111 |
| Binary | 10110010 | 1111101 | 11110110 | 11100 | 110001 | 0 | 100 | 100001010 | 1010111 | 1001001 |
Color Harmonies of #B27DF6
Complementary color
Monochromatic Colors of #B27DF6
Black with #B27DF6
Text Example
Text Example
White with #B27DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DF6; }
p { color: rgb(178,125,246); }
H1.HeaderClassName
{
color: #B27DF6;
}
.AnyTagClassName
{
color: #B27DF6;
}
</style>
background-color css
<style>
a { background-color: #B27DF6; }
a { background-color: rgb(178,125,246); }
div.DivClassName
{
background-color: #B27DF6;
}
.BgClassName
{
background-color: #B27DF6;
}
</style>
border-color css
<style>
span { border-color: #B27DF6; }
span { border-color: rgb(178,125,246); }
td.TdClassName
{
border-color: #B27DF6;
}
.TagClassName
{
border-color: #B27DF6;
}
</style>