Shades of Medium Purple #B575F8
Tints of Medium Purple #B575F8
RGB
CMYK
RGB Variations
Color information
#B575F8 (or 0xB575F8) is known color: Medium Purple. HEX triplet: B5, 75 and F8. RGB value is (181,117,248). Sum of RGB (Red+Green+Blue) = 181+117+248=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #B575F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B575F8 is #4A8A07. Grayscale: #969696. Windows color (decimal): -4885000 or 16283061. OLE color: 16283061.
HSL color Cylindrical-coordinate representation of color #B575F8: hue angle of 269.31º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B575F8 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 117 | 248 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.03 |
| HSL | 269.31º | 0.9% | 0.72% | - |
| HSV(B) | 269.31º | 0.53% | 0.97% | - |
| XYZ | 42.36 | 29.32 | 92.23 | - |
| YUV | 151.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 248 | 0.27 | 0.53 | 0 | 0.03 | 269.31 | 0.9 | 0.72 |
| Hex | B5 | 75 | F8 | 1B | 35 | 0 | 3 | 10D | 5A | 48 |
| Octal | 265 | 165 | 370 | 33 | 65 | 0 | 3 | 415 | 132 | 110 |
| Binary | 10110101 | 1110101 | 11111000 | 11011 | 110101 | 0 | 11 | 100001101 | 1011010 | 1001000 |
Color Harmonies of #B575F8
Complementary color
Monochromatic Colors of #B575F8
Black with #B575F8
Text Example
Text Example
White with #B575F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575F8; }
p { color: rgb(181,117,248); }
H1.HeaderClassName
{
color: #B575F8;
}
.AnyTagClassName
{
color: #B575F8;
}
</style>
background-color css
<style>
a { background-color: #B575F8; }
a { background-color: rgb(181,117,248); }
div.DivClassName
{
background-color: #B575F8;
}
.BgClassName
{
background-color: #B575F8;
}
</style>
border-color css
<style>
span { border-color: #B575F8; }
span { border-color: rgb(181,117,248); }
td.TdClassName
{
border-color: #B575F8;
}
.TagClassName
{
border-color: #B575F8;
}
</style>