Shades of Medium Purple #B578F2
Tints of Medium Purple #B578F2
RGB
CMYK
RGB Variations
Color information
#B578F2 (or 0xB578F2) is known color: Medium Purple. HEX triplet: B5, 78 and F2. RGB value is (181,120,242). Sum of RGB (Red+Green+Blue) = 181+120+242=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #B578F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B578F2 is #4A870D. Grayscale: #979797. Windows color (decimal): -4884238 or 15890613. OLE color: 15890613.
HSL color Cylindrical-coordinate representation of color #B578F2: hue angle of 270º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B578F2 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 120 | 242 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.05 |
| HSL | 270º | 0.82% | 0.71% | - |
| HSV(B) | 270º | 0.5% | 0.95% | - |
| XYZ | 41.8 | 29.67 | 87.53 | - |
| YUV | 152.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 242 | 0.25 | 0.50 | 0 | 0.05 | 270 | 0.82 | 0.71 |
| Hex | B5 | 78 | F2 | 19 | 32 | 0 | 5 | 10E | 52 | 47 |
| Octal | 265 | 170 | 362 | 31 | 62 | 0 | 5 | 416 | 122 | 107 |
| Binary | 10110101 | 1111000 | 11110010 | 11001 | 110010 | 0 | 101 | 100001110 | 1010010 | 1000111 |
Color Harmonies of #B578F2
Complementary color
Monochromatic Colors of #B578F2
Black with #B578F2
Text Example
Text Example
White with #B578F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B578F2; }
p { color: rgb(181,120,242); }
H1.HeaderClassName
{
color: #B578F2;
}
.AnyTagClassName
{
color: #B578F2;
}
</style>
background-color css
<style>
a { background-color: #B578F2; }
a { background-color: rgb(181,120,242); }
div.DivClassName
{
background-color: #B578F2;
}
.BgClassName
{
background-color: #B578F2;
}
</style>
border-color css
<style>
span { border-color: #B578F2; }
span { border-color: rgb(181,120,242); }
td.TdClassName
{
border-color: #B578F2;
}
.TagClassName
{
border-color: #B578F2;
}
</style>