Shades of Medium Purple #B27DF7
Tints of Medium Purple #B27DF7
RGB
CMYK
RGB Variations
Color information
#B27DF7 (or 0xB27DF7) is known color: Medium Purple. HEX triplet: B2, 7D and F7. RGB value is (178,125,247). Sum of RGB (Red+Green+Blue) = 178+125+247=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #B27DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DF7 is #4D8208. Grayscale: #9A9A9A. Windows color (decimal): -5079561 or 16219570. OLE color: 16219570.
HSL color Cylindrical-coordinate representation of color #B27DF7: hue angle of 266.07º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B27DF7 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 125 | 247 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.03 |
| HSL | 266.07º | 0.88% | 0.73% | - |
| HSV(B) | 266.07º | 0.49% | 0.97% | - |
| XYZ | 42.48 | 30.85 | 91.71 | - |
| YUV | 154.76 | 180.06 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 247 | 0.28 | 0.49 | 0 | 0.03 | 266.07 | 0.88 | 0.73 |
| Hex | B2 | 7D | F7 | 1C | 31 | 0 | 3 | 10A | 58 | 49 |
| Octal | 262 | 175 | 367 | 34 | 61 | 0 | 3 | 412 | 130 | 111 |
| Binary | 10110010 | 1111101 | 11110111 | 11100 | 110001 | 0 | 11 | 100001010 | 1011000 | 1001001 |
Color Harmonies of #B27DF7
Complementary color
Monochromatic Colors of #B27DF7
Black with #B27DF7
Text Example
Text Example
White with #B27DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DF7; }
p { color: rgb(178,125,247); }
H1.HeaderClassName
{
color: #B27DF7;
}
.AnyTagClassName
{
color: #B27DF7;
}
</style>
background-color css
<style>
a { background-color: #B27DF7; }
a { background-color: rgb(178,125,247); }
div.DivClassName
{
background-color: #B27DF7;
}
.BgClassName
{
background-color: #B27DF7;
}
</style>
border-color css
<style>
span { border-color: #B27DF7; }
span { border-color: rgb(178,125,247); }
td.TdClassName
{
border-color: #B27DF7;
}
.TagClassName
{
border-color: #B27DF7;
}
</style>