Shades of Medium Purple #B070ED
Tints of Medium Purple #B070ED
RGB
CMYK
RGB Variations
Color information
#B070ED (or 0xB070ED) is known color: Medium Purple. HEX triplet: B0, 70 and ED. RGB value is (176,112,237). Sum of RGB (Red+Green+Blue) = 176+112+237=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #B070ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070ED is #4F8F12. Grayscale: #909090. Windows color (decimal): -5213971 or 15560880. OLE color: 15560880.
HSL color Cylindrical-coordinate representation of color #B070ED: hue angle of 270.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B070ED is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 112 | 237 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.07 |
| HSL | 270.72º | 0.78% | 0.68% | - |
| HSV(B) | 270.72º | 0.53% | 0.93% | - |
| XYZ | 38.98 | 26.93 | 83.26 | - |
| YUV | 145.39 | 179.7 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 237 | 0.26 | 0.53 | 0 | 0.07 | 270.72 | 0.78 | 0.68 |
| Hex | B0 | 70 | ED | 1A | 35 | 0 | 7 | 10F | 4E | 44 |
| Octal | 260 | 160 | 355 | 32 | 65 | 0 | 7 | 417 | 116 | 104 |
| Binary | 10110000 | 1110000 | 11101101 | 11010 | 110101 | 0 | 111 | 100001111 | 1001110 | 1000100 |
Color Harmonies of #B070ED
Complementary color
Monochromatic Colors of #B070ED
Black with #B070ED
Text Example
Text Example
White with #B070ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070ED; }
p { color: rgb(176,112,237); }
H1.HeaderClassName
{
color: #B070ED;
}
.AnyTagClassName
{
color: #B070ED;
}
</style>
background-color css
<style>
a { background-color: #B070ED; }
a { background-color: rgb(176,112,237); }
div.DivClassName
{
background-color: #B070ED;
}
.BgClassName
{
background-color: #B070ED;
}
</style>
border-color css
<style>
span { border-color: #B070ED; }
span { border-color: rgb(176,112,237); }
td.TdClassName
{
border-color: #B070ED;
}
.TagClassName
{
border-color: #B070ED;
}
</style>