Shades of Medium Purple #B572F2
Tints of Medium Purple #B572F2
RGB
CMYK
RGB Variations
Color information
#B572F2 (or 0xB572F2) is known color: Medium Purple. HEX triplet: B5, 72 and F2. RGB value is (181,114,242). Sum of RGB (Red+Green+Blue) = 181+114+242=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #B572F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B572F2 is #4A8D0D. Grayscale: #949494. Windows color (decimal): -4885774 or 15889077. OLE color: 15889077.
HSL color Cylindrical-coordinate representation of color #B572F2: hue angle of 271.41º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B572F2 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 114 | 242 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.05 |
| HSL | 271.41º | 0.83% | 0.7% | - |
| HSV(B) | 271.41º | 0.53% | 0.95% | - |
| XYZ | 41.1 | 28.27 | 87.29 | - |
| YUV | 148.63 | 180.7 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 242 | 0.25 | 0.53 | 0 | 0.05 | 271.41 | 0.83 | 0.7 |
| Hex | B5 | 72 | F2 | 19 | 35 | 0 | 5 | 10F | 53 | 46 |
| Octal | 265 | 162 | 362 | 31 | 65 | 0 | 5 | 417 | 123 | 106 |
| Binary | 10110101 | 1110010 | 11110010 | 11001 | 110101 | 0 | 101 | 100001111 | 1010011 | 1000110 |
Color Harmonies of #B572F2
Complementary color
Monochromatic Colors of #B572F2
Black with #B572F2
Text Example
Text Example
White with #B572F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B572F2; }
p { color: rgb(181,114,242); }
H1.HeaderClassName
{
color: #B572F2;
}
.AnyTagClassName
{
color: #B572F2;
}
</style>
background-color css
<style>
a { background-color: #B572F2; }
a { background-color: rgb(181,114,242); }
div.DivClassName
{
background-color: #B572F2;
}
.BgClassName
{
background-color: #B572F2;
}
</style>
border-color css
<style>
span { border-color: #B572F2; }
span { border-color: rgb(181,114,242); }
td.TdClassName
{
border-color: #B572F2;
}
.TagClassName
{
border-color: #B572F2;
}
</style>