Shades of Medium Purple #B271ED
Tints of Medium Purple #B271ED
RGB
CMYK
RGB Variations
Color information
#B271ED (or 0xB271ED) is known color: Medium Purple. HEX triplet: B2, 71 and ED. RGB value is (178,113,237). Sum of RGB (Red+Green+Blue) = 178+113+237=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #B271ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B271ED is #4D8E12. Grayscale: #929292. Windows color (decimal): -5082643 or 15561138. OLE color: 15561138.
HSL color Cylindrical-coordinate representation of color #B271ED: hue angle of 271.45º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B271ED is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 113 | 237 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.07 |
| HSL | 271.45º | 0.78% | 0.69% | - |
| HSV(B) | 271.45º | 0.52% | 0.93% | - |
| XYZ | 39.55 | 27.39 | 83.32 | - |
| YUV | 146.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 237 | 0.25 | 0.52 | 0 | 0.07 | 271.45 | 0.78 | 0.69 |
| Hex | B2 | 71 | ED | 19 | 34 | 0 | 7 | 10F | 4E | 45 |
| Octal | 262 | 161 | 355 | 31 | 64 | 0 | 7 | 417 | 116 | 105 |
| Binary | 10110010 | 1110001 | 11101101 | 11001 | 110100 | 0 | 111 | 100001111 | 1001110 | 1000101 |
Color Harmonies of #B271ED
Complementary color
Monochromatic Colors of #B271ED
Black with #B271ED
Text Example
Text Example
White with #B271ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B271ED; }
p { color: rgb(178,113,237); }
H1.HeaderClassName
{
color: #B271ED;
}
.AnyTagClassName
{
color: #B271ED;
}
</style>
background-color css
<style>
a { background-color: #B271ED; }
a { background-color: rgb(178,113,237); }
div.DivClassName
{
background-color: #B271ED;
}
.BgClassName
{
background-color: #B271ED;
}
</style>
border-color css
<style>
span { border-color: #B271ED; }
span { border-color: rgb(178,113,237); }
td.TdClassName
{
border-color: #B271ED;
}
.TagClassName
{
border-color: #B271ED;
}
</style>