Shades of Medium Purple #B075FA
Tints of Medium Purple #B075FA
RGB
CMYK
RGB Variations
Color information
#B075FA (or 0xB075FA) is known color: Medium Purple. HEX triplet: B0, 75 and FA. RGB value is (176,117,250). Sum of RGB (Red+Green+Blue) = 176+117+250=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #B075FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B075FA is #4F8A05. Grayscale: #959595. Windows color (decimal): -5212678 or 16414128. OLE color: 16414128.
HSL color Cylindrical-coordinate representation of color #B075FA: hue angle of 266.62º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B075FA is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 117 | 250 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.02 |
| HSL | 266.62º | 0.93% | 0.72% | - |
| HSV(B) | 266.62º | 0.53% | 0.98% | - |
| XYZ | 41.52 | 28.85 | 93.82 | - |
| YUV | 149.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 250 | 0.30 | 0.53 | 0 | 0.02 | 266.62 | 0.93 | 0.72 |
| Hex | B0 | 75 | FA | 1E | 35 | 0 | 2 | 10B | 5D | 48 |
| Octal | 260 | 165 | 372 | 36 | 65 | 0 | 2 | 413 | 135 | 110 |
| Binary | 10110000 | 1110101 | 11111010 | 11110 | 110101 | 0 | 10 | 100001011 | 1011101 | 1001000 |
Color Harmonies of #B075FA
Complementary color
Monochromatic Colors of #B075FA
Black with #B075FA
Text Example
Text Example
White with #B075FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075FA; }
p { color: rgb(176,117,250); }
H1.HeaderClassName
{
color: #B075FA;
}
.AnyTagClassName
{
color: #B075FA;
}
</style>
background-color css
<style>
a { background-color: #B075FA; }
a { background-color: rgb(176,117,250); }
div.DivClassName
{
background-color: #B075FA;
}
.BgClassName
{
background-color: #B075FA;
}
</style>
border-color css
<style>
span { border-color: #B075FA; }
span { border-color: rgb(176,117,250); }
td.TdClassName
{
border-color: #B075FA;
}
.TagClassName
{
border-color: #B075FA;
}
</style>