Shades of Medium Purple #B572FA
Tints of Medium Purple #B572FA
RGB
CMYK
RGB Variations
Color information
#B572FA (or 0xB572FA) is known color: Medium Purple. HEX triplet: B5, 72 and FA. RGB value is (181,114,250). Sum of RGB (Red+Green+Blue) = 181+114+250=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #B572FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B572FA is #4A8D05. Grayscale: #959595. Windows color (decimal): -4885766 or 16413365. OLE color: 16413365.
HSL color Cylindrical-coordinate representation of color #B572FA: hue angle of 269.56º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B572FA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 114 | 250 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.02 |
| HSL | 269.56º | 0.93% | 0.71% | - |
| HSV(B) | 269.56º | 0.54% | 0.98% | - |
| XYZ | 42.33 | 28.76 | 93.76 | - |
| YUV | 149.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 250 | 0.28 | 0.54 | 0 | 0.02 | 269.56 | 0.93 | 0.71 |
| Hex | B5 | 72 | FA | 1C | 36 | 0 | 2 | 10E | 5D | 47 |
| Octal | 265 | 162 | 372 | 34 | 66 | 0 | 2 | 416 | 135 | 107 |
| Binary | 10110101 | 1110010 | 11111010 | 11100 | 110110 | 0 | 10 | 100001110 | 1011101 | 1000111 |
Color Harmonies of #B572FA
Complementary color
Monochromatic Colors of #B572FA
Black with #B572FA
Text Example
Text Example
White with #B572FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B572FA; }
p { color: rgb(181,114,250); }
H1.HeaderClassName
{
color: #B572FA;
}
.AnyTagClassName
{
color: #B572FA;
}
</style>
background-color css
<style>
a { background-color: #B572FA; }
a { background-color: rgb(181,114,250); }
div.DivClassName
{
background-color: #B572FA;
}
.BgClassName
{
background-color: #B572FA;
}
</style>
border-color css
<style>
span { border-color: #B572FA; }
span { border-color: rgb(181,114,250); }
td.TdClassName
{
border-color: #B572FA;
}
.TagClassName
{
border-color: #B572FA;
}
</style>