Shades of Medium Purple #B575FA
Tints of Medium Purple #B575FA
RGB
CMYK
RGB Variations
Color information
#B575FA (or 0xB575FA) is known color: Medium Purple. HEX triplet: B5, 75 and FA. RGB value is (181,117,250). Sum of RGB (Red+Green+Blue) = 181+117+250=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #B575FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B575FA is #4A8A05. Grayscale: #969696. Windows color (decimal): -4884998 or 16414133. OLE color: 16414133.
HSL color Cylindrical-coordinate representation of color #B575FA: hue angle of 268.87º 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 #B575FA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 117 | 250 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.02 |
| HSL | 268.87º | 0.93% | 0.72% | - |
| HSV(B) | 268.87º | 0.53% | 0.98% | - |
| XYZ | 42.67 | 29.45 | 93.88 | - |
| YUV | 151.3 | 183.7 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 250 | 0.28 | 0.53 | 0 | 0.02 | 268.87 | 0.93 | 0.72 |
| Hex | B5 | 75 | FA | 1C | 35 | 0 | 2 | 10D | 5D | 48 |
| Octal | 265 | 165 | 372 | 34 | 65 | 0 | 2 | 415 | 135 | 110 |
| Binary | 10110101 | 1110101 | 11111010 | 11100 | 110101 | 0 | 10 | 100001101 | 1011101 | 1001000 |
Color Harmonies of #B575FA
Complementary color
Monochromatic Colors of #B575FA
Black with #B575FA
Text Example
Text Example
White with #B575FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575FA; }
p { color: rgb(181,117,250); }
H1.HeaderClassName
{
color: #B575FA;
}
.AnyTagClassName
{
color: #B575FA;
}
</style>
background-color css
<style>
a { background-color: #B575FA; }
a { background-color: rgb(181,117,250); }
div.DivClassName
{
background-color: #B575FA;
}
.BgClassName
{
background-color: #B575FA;
}
</style>
border-color css
<style>
span { border-color: #B575FA; }
span { border-color: rgb(181,117,250); }
td.TdClassName
{
border-color: #B575FA;
}
.TagClassName
{
border-color: #B575FA;
}
</style>