Shades of Medium Purple #B070EF
Tints of Medium Purple #B070EF
RGB
CMYK
RGB Variations
Color information
#B070EF (or 0xB070EF) is known color: Medium Purple. HEX triplet: B0, 70 and EF. RGB value is (176,112,239). Sum of RGB (Red+Green+Blue) = 176+112+239=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #B070EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070EF is #4F8F10. Grayscale: #919191. Windows color (decimal): -5213969 or 15691952. OLE color: 15691952.
HSL color Cylindrical-coordinate representation of color #B070EF: hue angle of 270.24º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B070EF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 112 | 239 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.06 |
| HSL | 270.24º | 0.8% | 0.69% | - |
| HSV(B) | 270.24º | 0.53% | 0.94% | - |
| XYZ | 39.28 | 27.05 | 84.81 | - |
| YUV | 145.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 239 | 0.26 | 0.53 | 0 | 0.06 | 270.24 | 0.8 | 0.69 |
| Hex | B0 | 70 | EF | 1A | 35 | 0 | 6 | 10E | 50 | 45 |
| Octal | 260 | 160 | 357 | 32 | 65 | 0 | 6 | 416 | 120 | 105 |
| Binary | 10110000 | 1110000 | 11101111 | 11010 | 110101 | 0 | 110 | 100001110 | 1010000 | 1000101 |
Color Harmonies of #B070EF
Complementary color
Monochromatic Colors of #B070EF
Black with #B070EF
Text Example
Text Example
White with #B070EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070EF; }
p { color: rgb(176,112,239); }
H1.HeaderClassName
{
color: #B070EF;
}
.AnyTagClassName
{
color: #B070EF;
}
</style>
background-color css
<style>
a { background-color: #B070EF; }
a { background-color: rgb(176,112,239); }
div.DivClassName
{
background-color: #B070EF;
}
.BgClassName
{
background-color: #B070EF;
}
</style>
border-color css
<style>
span { border-color: #B070EF; }
span { border-color: rgb(176,112,239); }
td.TdClassName
{
border-color: #B070EF;
}
.TagClassName
{
border-color: #B070EF;
}
</style>