Shades of Medium Purple #B075FF
Tints of Medium Purple #B075FF
RGB
CMYK
RGB Variations
Color information
#B075FF (or 0xB075FF) is known color: Medium Purple. HEX triplet: B0, 75 and FF. RGB value is (176,117,255). Sum of RGB (Red+Green+Blue) = 176+117+255=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #B075FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B075FF is #4F8A00. Grayscale: #959595. Windows color (decimal): -5212673 or 16741808. OLE color: 16741808.
HSL color Cylindrical-coordinate representation of color #B075FF: hue angle of 265.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B075FF is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 117 | 255 | - |
| CMYK | 0.31 | 0.54 | 0 | 0 |
| HSL | 265.65º | 1% | 0.73% | - |
| HSV(B) | 265.65º | 0.54% | 1% | - |
| XYZ | 42.32 | 29.17 | 98.01 | - |
| YUV | 150.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 255 | 0.31 | 0.54 | 0 | 0 | 265.65 | 1 | 0.73 |
| Hex | B0 | 75 | FF | 1F | 36 | 0 | 0 | 10A | 64 | 49 |
| Octal | 260 | 165 | 377 | 37 | 66 | 0 | 0 | 412 | 144 | 111 |
| Binary | 10110000 | 1110101 | 11111111 | 11111 | 110110 | 0 | 0 | 100001010 | 1100100 | 1001001 |
Color Harmonies of #B075FF
Complementary color
Monochromatic Colors of #B075FF
Black with #B075FF
Text Example
Text Example
White with #B075FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075FF; }
p { color: rgb(176,117,255); }
H1.HeaderClassName
{
color: #B075FF;
}
.AnyTagClassName
{
color: #B075FF;
}
</style>
background-color css
<style>
a { background-color: #B075FF; }
a { background-color: rgb(176,117,255); }
div.DivClassName
{
background-color: #B075FF;
}
.BgClassName
{
background-color: #B075FF;
}
</style>
border-color css
<style>
span { border-color: #B075FF; }
span { border-color: rgb(176,117,255); }
td.TdClassName
{
border-color: #B075FF;
}
.TagClassName
{
border-color: #B075FF;
}
</style>