Shades of Medium Purple #B075E8
Tints of Medium Purple #B075E8
RGB
CMYK
RGB Variations
Color information
#B075E8 (or 0xB075E8) is known color: Medium Purple. HEX triplet: B0, 75 and E8. RGB value is (176,117,232). Sum of RGB (Red+Green+Blue) = 176+117+232=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #B075E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B075E8 is #4F8A17. Grayscale: #939393. Windows color (decimal): -5212696 or 15234480. OLE color: 15234480.
HSL color Cylindrical-coordinate representation of color #B075E8: hue angle of 270.78º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B075E8 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 117 | 232 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.09 |
| HSL | 270.78º | 0.71% | 0.68% | - |
| HSV(B) | 270.78º | 0.5% | 0.91% | - |
| XYZ | 38.83 | 27.78 | 79.66 | - |
| YUV | 147.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 232 | 0.24 | 0.50 | 0 | 0.09 | 270.78 | 0.71 | 0.68 |
| Hex | B0 | 75 | E8 | 18 | 32 | 0 | 9 | 10F | 47 | 44 |
| Octal | 260 | 165 | 350 | 30 | 62 | 0 | 11 | 417 | 107 | 104 |
| Binary | 10110000 | 1110101 | 11101000 | 11000 | 110010 | 0 | 1001 | 100001111 | 1000111 | 1000100 |
Color Harmonies of #B075E8
Complementary color
Monochromatic Colors of #B075E8
Black with #B075E8
Text Example
Text Example
White with #B075E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075E8; }
p { color: rgb(176,117,232); }
H1.HeaderClassName
{
color: #B075E8;
}
.AnyTagClassName
{
color: #B075E8;
}
</style>
background-color css
<style>
a { background-color: #B075E8; }
a { background-color: rgb(176,117,232); }
div.DivClassName
{
background-color: #B075E8;
}
.BgClassName
{
background-color: #B075E8;
}
</style>
border-color css
<style>
span { border-color: #B075E8; }
span { border-color: rgb(176,117,232); }
td.TdClassName
{
border-color: #B075E8;
}
.TagClassName
{
border-color: #B075E8;
}
</style>