Shades of Medium Purple #B074ED
Tints of Medium Purple #B074ED
RGB
CMYK
RGB Variations
Color information
#B074ED (or 0xB074ED) is known color: Medium Purple. HEX triplet: B0, 74 and ED. RGB value is (176,116,237). Sum of RGB (Red+Green+Blue) = 176+116+237=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #B074ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B074ED is #4F8B12. Grayscale: #939393. Windows color (decimal): -5212947 or 15561904. OLE color: 15561904.
HSL color Cylindrical-coordinate representation of color #B074ED: hue angle of 269.75º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B074ED is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 116 | 237 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.07 |
| HSL | 269.75º | 0.77% | 0.69% | - |
| HSV(B) | 269.75º | 0.51% | 0.93% | - |
| XYZ | 39.44 | 27.84 | 83.42 | - |
| YUV | 147.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 237 | 0.26 | 0.51 | 0 | 0.07 | 269.75 | 0.77 | 0.69 |
| Hex | B0 | 74 | ED | 1A | 33 | 0 | 7 | 10E | 4D | 45 |
| Octal | 260 | 164 | 355 | 32 | 63 | 0 | 7 | 416 | 115 | 105 |
| Binary | 10110000 | 1110100 | 11101101 | 11010 | 110011 | 0 | 111 | 100001110 | 1001101 | 1000101 |
Color Harmonies of #B074ED
Complementary color
Monochromatic Colors of #B074ED
Black with #B074ED
Text Example
Text Example
White with #B074ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074ED; }
p { color: rgb(176,116,237); }
H1.HeaderClassName
{
color: #B074ED;
}
.AnyTagClassName
{
color: #B074ED;
}
</style>
background-color css
<style>
a { background-color: #B074ED; }
a { background-color: rgb(176,116,237); }
div.DivClassName
{
background-color: #B074ED;
}
.BgClassName
{
background-color: #B074ED;
}
</style>
border-color css
<style>
span { border-color: #B074ED; }
span { border-color: rgb(176,116,237); }
td.TdClassName
{
border-color: #B074ED;
}
.TagClassName
{
border-color: #B074ED;
}
</style>