Shades of Medium Purple #B070E6
Tints of Medium Purple #B070E6
RGB
CMYK
RGB Variations
Color information
#B070E6 (or 0xB070E6) is known color: Medium Purple. HEX triplet: B0, 70 and E6. RGB value is (176,112,230). Sum of RGB (Red+Green+Blue) = 176+112+230=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #B070E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070E6 is #4F8F19. Grayscale: #909090. Windows color (decimal): -5213978 or 15102128. OLE color: 15102128.
HSL color Cylindrical-coordinate representation of color #B070E6: hue angle of 272.54º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B070E6 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 112 | 230 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.10 |
| HSL | 272.54º | 0.7% | 0.67% | - |
| HSV(B) | 272.54º | 0.51% | 0.9% | - |
| XYZ | 37.98 | 26.53 | 77.98 | - |
| YUV | 144.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 230 | 0.23 | 0.51 | 0 | 0.10 | 272.54 | 0.7 | 0.67 |
| Hex | B0 | 70 | E6 | 17 | 33 | 0 | A | 111 | 46 | 43 |
| Octal | 260 | 160 | 346 | 27 | 63 | 0 | 12 | 421 | 106 | 103 |
| Binary | 10110000 | 1110000 | 11100110 | 10111 | 110011 | 0 | 1010 | 100010001 | 1000110 | 1000011 |
Color Harmonies of #B070E6
Complementary color
Monochromatic Colors of #B070E6
Black with #B070E6
Text Example
Text Example
White with #B070E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070E6; }
p { color: rgb(176,112,230); }
H1.HeaderClassName
{
color: #B070E6;
}
.AnyTagClassName
{
color: #B070E6;
}
</style>
background-color css
<style>
a { background-color: #B070E6; }
a { background-color: rgb(176,112,230); }
div.DivClassName
{
background-color: #B070E6;
}
.BgClassName
{
background-color: #B070E6;
}
</style>
border-color css
<style>
span { border-color: #B070E6; }
span { border-color: rgb(176,112,230); }
td.TdClassName
{
border-color: #B070E6;
}
.TagClassName
{
border-color: #B070E6;
}
</style>