Shades of Medium Purple #B574F8
Tints of Medium Purple #B574F8
RGB
CMYK
RGB Variations
Color information
#B574F8 (or 0xB574F8) is known color: Medium Purple. HEX triplet: B5, 74 and F8. RGB value is (181,116,248). Sum of RGB (Red+Green+Blue) = 181+116+248=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #B574F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574F8 is #4A8B07. Grayscale: #969696. Windows color (decimal): -4885256 or 16282805. OLE color: 16282805.
HSL color Cylindrical-coordinate representation of color #B574F8: hue angle of 269.55º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B574F8 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 116 | 248 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.03 |
| HSL | 269.55º | 0.9% | 0.71% | - |
| HSV(B) | 269.55º | 0.53% | 0.97% | - |
| XYZ | 42.24 | 29.09 | 92.2 | - |
| YUV | 150.48 | 183.03 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 248 | 0.27 | 0.53 | 0 | 0.03 | 269.55 | 0.9 | 0.71 |
| Hex | B5 | 74 | F8 | 1B | 35 | 0 | 3 | 10E | 5A | 47 |
| Octal | 265 | 164 | 370 | 33 | 65 | 0 | 3 | 416 | 132 | 107 |
| Binary | 10110101 | 1110100 | 11111000 | 11011 | 110101 | 0 | 11 | 100001110 | 1011010 | 1000111 |
Color Harmonies of #B574F8
Complementary color
Monochromatic Colors of #B574F8
Black with #B574F8
Text Example
Text Example
White with #B574F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B574F8; }
p { color: rgb(181,116,248); }
H1.HeaderClassName
{
color: #B574F8;
}
.AnyTagClassName
{
color: #B574F8;
}
</style>
background-color css
<style>
a { background-color: #B574F8; }
a { background-color: rgb(181,116,248); }
div.DivClassName
{
background-color: #B574F8;
}
.BgClassName
{
background-color: #B574F8;
}
</style>
border-color css
<style>
span { border-color: #B574F8; }
span { border-color: rgb(181,116,248); }
td.TdClassName
{
border-color: #B574F8;
}
.TagClassName
{
border-color: #B574F8;
}
</style>