Shades of Medium Purple #B073E5
Tints of Medium Purple #B073E5
RGB
CMYK
RGB Variations
Color information
#B073E5 (or 0xB073E5) is known color: Medium Purple. HEX triplet: B0, 73 and E5. RGB value is (176,115,229). Sum of RGB (Red+Green+Blue) = 176+115+229=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #B073E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073E5 is #4F8C1A. Grayscale: #919191. Windows color (decimal): -5213211 or 15037360. OLE color: 15037360.
HSL color Cylindrical-coordinate representation of color #B073E5: hue angle of 272.11º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B073E5 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 115 | 229 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.10 |
| HSL | 272.11º | 0.69% | 0.67% | - |
| HSV(B) | 272.11º | 0.5% | 0.9% | - |
| XYZ | 38.18 | 27.15 | 77.36 | - |
| YUV | 146.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 229 | 0.23 | 0.50 | 0 | 0.10 | 272.11 | 0.69 | 0.67 |
| Hex | B0 | 73 | E5 | 17 | 32 | 0 | A | 110 | 45 | 43 |
| Octal | 260 | 163 | 345 | 27 | 62 | 0 | 12 | 420 | 105 | 103 |
| Binary | 10110000 | 1110011 | 11100101 | 10111 | 110010 | 0 | 1010 | 100010000 | 1000101 | 1000011 |
Color Harmonies of #B073E5
Complementary color
Monochromatic Colors of #B073E5
Black with #B073E5
Text Example
Text Example
White with #B073E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B073E5; }
p { color: rgb(176,115,229); }
H1.HeaderClassName
{
color: #B073E5;
}
.AnyTagClassName
{
color: #B073E5;
}
</style>
background-color css
<style>
a { background-color: #B073E5; }
a { background-color: rgb(176,115,229); }
div.DivClassName
{
background-color: #B073E5;
}
.BgClassName
{
background-color: #B073E5;
}
</style>
border-color css
<style>
span { border-color: #B073E5; }
span { border-color: rgb(176,115,229); }
td.TdClassName
{
border-color: #B073E5;
}
.TagClassName
{
border-color: #B073E5;
}
</style>