Shades of Medium Purple #B075EE
Tints of Medium Purple #B075EE
RGB
CMYK
RGB Variations
Color information
#B075EE (or 0xB075EE) is known color: Medium Purple. HEX triplet: B0, 75 and EE. RGB value is (176,117,238). Sum of RGB (Red+Green+Blue) = 176+117+238=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #B075EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B075EE is #4F8A11. Grayscale: #949494. Windows color (decimal): -5212690 or 15627696. OLE color: 15627696.
HSL color Cylindrical-coordinate representation of color #B075EE: hue angle of 269.26º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B075EE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 117 | 238 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.07 |
| HSL | 269.26º | 0.78% | 0.7% | - |
| HSV(B) | 269.26º | 0.51% | 0.93% | - |
| XYZ | 39.7 | 28.13 | 84.23 | - |
| YUV | 148.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 238 | 0.26 | 0.51 | 0 | 0.07 | 269.26 | 0.78 | 0.7 |
| Hex | B0 | 75 | EE | 1A | 33 | 0 | 7 | 10D | 4E | 46 |
| Octal | 260 | 165 | 356 | 32 | 63 | 0 | 7 | 415 | 116 | 106 |
| Binary | 10110000 | 1110101 | 11101110 | 11010 | 110011 | 0 | 111 | 100001101 | 1001110 | 1000110 |
Color Harmonies of #B075EE
Complementary color
Monochromatic Colors of #B075EE
Black with #B075EE
Text Example
Text Example
White with #B075EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075EE; }
p { color: rgb(176,117,238); }
H1.HeaderClassName
{
color: #B075EE;
}
.AnyTagClassName
{
color: #B075EE;
}
</style>
background-color css
<style>
a { background-color: #B075EE; }
a { background-color: rgb(176,117,238); }
div.DivClassName
{
background-color: #B075EE;
}
.BgClassName
{
background-color: #B075EE;
}
</style>
border-color css
<style>
span { border-color: #B075EE; }
span { border-color: rgb(176,117,238); }
td.TdClassName
{
border-color: #B075EE;
}
.TagClassName
{
border-color: #B075EE;
}
</style>