Shades of Medium Purple #B27DF4
Tints of Medium Purple #B27DF4
RGB
CMYK
RGB Variations
Color information
#B27DF4 (or 0xB27DF4) is known color: Medium Purple. HEX triplet: B2, 7D and F4. RGB value is (178,125,244). Sum of RGB (Red+Green+Blue) = 178+125+244=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #B27DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DF4 is #4D820B. Grayscale: #999999. Windows color (decimal): -5079564 or 16022962. OLE color: 16022962.
HSL color Cylindrical-coordinate representation of color #B27DF4: hue angle of 266.72º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B27DF4 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 125 | 244 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.04 |
| HSL | 266.72º | 0.84% | 0.72% | - |
| HSV(B) | 266.72º | 0.49% | 0.96% | - |
| XYZ | 42.02 | 30.66 | 89.29 | - |
| YUV | 154.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 244 | 0.27 | 0.49 | 0 | 0.04 | 266.72 | 0.84 | 0.72 |
| Hex | B2 | 7D | F4 | 1B | 31 | 0 | 4 | 10B | 54 | 48 |
| Octal | 262 | 175 | 364 | 33 | 61 | 0 | 4 | 413 | 124 | 110 |
| Binary | 10110010 | 1111101 | 11110100 | 11011 | 110001 | 0 | 100 | 100001011 | 1010100 | 1001000 |
Color Harmonies of #B27DF4
Complementary color
Monochromatic Colors of #B27DF4
Black with #B27DF4
Text Example
Text Example
White with #B27DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DF4; }
p { color: rgb(178,125,244); }
H1.HeaderClassName
{
color: #B27DF4;
}
.AnyTagClassName
{
color: #B27DF4;
}
</style>
background-color css
<style>
a { background-color: #B27DF4; }
a { background-color: rgb(178,125,244); }
div.DivClassName
{
background-color: #B27DF4;
}
.BgClassName
{
background-color: #B27DF4;
}
</style>
border-color css
<style>
span { border-color: #B27DF4; }
span { border-color: rgb(178,125,244); }
td.TdClassName
{
border-color: #B27DF4;
}
.TagClassName
{
border-color: #B27DF4;
}
</style>