Shades of Medium Purple #B573F0
Tints of Medium Purple #B573F0
RGB
CMYK
RGB Variations
Color information
#B573F0 (or 0xB573F0) is known color: Medium Purple. HEX triplet: B5, 73 and F0. RGB value is (181,115,240). Sum of RGB (Red+Green+Blue) = 181+115+240=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #B573F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B573F0 is #4A8C0F. Grayscale: #949494. Windows color (decimal): -4885520 or 15758261. OLE color: 15758261.
HSL color Cylindrical-coordinate representation of color #B573F0: hue angle of 271.68º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B573F0 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 115 | 240 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.06 |
| HSL | 271.68º | 0.81% | 0.7% | - |
| HSV(B) | 271.68º | 0.52% | 0.94% | - |
| XYZ | 40.91 | 28.38 | 85.76 | - |
| YUV | 148.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 240 | 0.25 | 0.52 | 0 | 0.06 | 271.68 | 0.81 | 0.7 |
| Hex | B5 | 73 | F0 | 19 | 34 | 0 | 6 | 110 | 51 | 46 |
| Octal | 265 | 163 | 360 | 31 | 64 | 0 | 6 | 420 | 121 | 106 |
| Binary | 10110101 | 1110011 | 11110000 | 11001 | 110100 | 0 | 110 | 100010000 | 1010001 | 1000110 |
Color Harmonies of #B573F0
Complementary color
Monochromatic Colors of #B573F0
Black with #B573F0
Text Example
Text Example
White with #B573F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573F0; }
p { color: rgb(181,115,240); }
H1.HeaderClassName
{
color: #B573F0;
}
.AnyTagClassName
{
color: #B573F0;
}
</style>
background-color css
<style>
a { background-color: #B573F0; }
a { background-color: rgb(181,115,240); }
div.DivClassName
{
background-color: #B573F0;
}
.BgClassName
{
background-color: #B573F0;
}
</style>
border-color css
<style>
span { border-color: #B573F0; }
span { border-color: rgb(181,115,240); }
td.TdClassName
{
border-color: #B573F0;
}
.TagClassName
{
border-color: #B573F0;
}
</style>