Shades of Medium Purple #B574F6
Tints of Medium Purple #B574F6
RGB
CMYK
RGB Variations
Color information
#B574F6 (or 0xB574F6) is known color: Medium Purple. HEX triplet: B5, 74 and F6. RGB value is (181,116,246). Sum of RGB (Red+Green+Blue) = 181+116+246=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #B574F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574F6 is #4A8B09. Grayscale: #959595. Windows color (decimal): -4885258 or 16151733. OLE color: 16151733.
HSL color Cylindrical-coordinate representation of color #B574F6: hue angle of 270º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B574F6 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 116 | 246 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.04 |
| HSL | 270º | 0.88% | 0.71% | - |
| HSV(B) | 270º | 0.53% | 0.96% | - |
| XYZ | 41.94 | 28.97 | 90.57 | - |
| YUV | 150.26 | 182.03 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 246 | 0.26 | 0.53 | 0 | 0.04 | 270 | 0.88 | 0.71 |
| Hex | B5 | 74 | F6 | 1A | 35 | 0 | 4 | 10E | 58 | 47 |
| Octal | 265 | 164 | 366 | 32 | 65 | 0 | 4 | 416 | 130 | 107 |
| Binary | 10110101 | 1110100 | 11110110 | 11010 | 110101 | 0 | 100 | 100001110 | 1011000 | 1000111 |
Color Harmonies of #B574F6
Complementary color
Monochromatic Colors of #B574F6
Black with #B574F6
Text Example
Text Example
White with #B574F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B574F6; }
p { color: rgb(181,116,246); }
H1.HeaderClassName
{
color: #B574F6;
}
.AnyTagClassName
{
color: #B574F6;
}
</style>
background-color css
<style>
a { background-color: #B574F6; }
a { background-color: rgb(181,116,246); }
div.DivClassName
{
background-color: #B574F6;
}
.BgClassName
{
background-color: #B574F6;
}
</style>
border-color css
<style>
span { border-color: #B574F6; }
span { border-color: rgb(181,116,246); }
td.TdClassName
{
border-color: #B574F6;
}
.TagClassName
{
border-color: #B574F6;
}
</style>