Shades of Medium Purple #B071ED
Tints of Medium Purple #B071ED
RGB
CMYK
RGB Variations
Color information
#B071ED (or 0xB071ED) is known color: Medium Purple. HEX triplet: B0, 71 and ED. RGB value is (176,113,237). Sum of RGB (Red+Green+Blue) = 176+113+237=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #B071ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B071ED is #4F8E12. Grayscale: #919191. Windows color (decimal): -5213715 or 15561136. OLE color: 15561136.
HSL color Cylindrical-coordinate representation of color #B071ED: hue angle of 270.48º 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 #B071ED is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 113 | 237 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.07 |
| HSL | 270.48º | 0.78% | 0.69% | - |
| HSV(B) | 270.48º | 0.52% | 0.93% | - |
| XYZ | 39.1 | 27.15 | 83.3 | - |
| YUV | 145.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 237 | 0.26 | 0.52 | 0 | 0.07 | 270.48 | 0.78 | 0.69 |
| Hex | B0 | 71 | ED | 1A | 34 | 0 | 7 | 10E | 4E | 45 |
| Octal | 260 | 161 | 355 | 32 | 64 | 0 | 7 | 416 | 116 | 105 |
| Binary | 10110000 | 1110001 | 11101101 | 11010 | 110100 | 0 | 111 | 100001110 | 1001110 | 1000101 |
Color Harmonies of #B071ED
Complementary color
Monochromatic Colors of #B071ED
Black with #B071ED
Text Example
Text Example
White with #B071ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B071ED; }
p { color: rgb(176,113,237); }
H1.HeaderClassName
{
color: #B071ED;
}
.AnyTagClassName
{
color: #B071ED;
}
</style>
background-color css
<style>
a { background-color: #B071ED; }
a { background-color: rgb(176,113,237); }
div.DivClassName
{
background-color: #B071ED;
}
.BgClassName
{
background-color: #B071ED;
}
</style>
border-color css
<style>
span { border-color: #B071ED; }
span { border-color: rgb(176,113,237); }
td.TdClassName
{
border-color: #B071ED;
}
.TagClassName
{
border-color: #B071ED;
}
</style>