Shades of Medium Purple #B175F2
Tints of Medium Purple #B175F2
RGB
CMYK
RGB Variations
Color information
#B175F2 (or 0xB175F2) is known color: Medium Purple. HEX triplet: B1, 75 and F2. RGB value is (177,117,242). Sum of RGB (Red+Green+Blue) = 177+117+242=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #B175F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B175F2 is #4E8A0D. Grayscale: #949494. Windows color (decimal): -5147150 or 15889841. OLE color: 15889841.
HSL color Cylindrical-coordinate representation of color #B175F2: hue angle of 268.8º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B175F2 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 117 | 242 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.05 |
| HSL | 268.8º | 0.83% | 0.7% | - |
| HSV(B) | 268.8º | 0.52% | 0.95% | - |
| XYZ | 40.52 | 28.48 | 87.37 | - |
| YUV | 149.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 242 | 0.27 | 0.52 | 0 | 0.05 | 268.8 | 0.83 | 0.7 |
| Hex | B1 | 75 | F2 | 1B | 34 | 0 | 5 | 10D | 53 | 46 |
| Octal | 261 | 165 | 362 | 33 | 64 | 0 | 5 | 415 | 123 | 106 |
| Binary | 10110001 | 1110101 | 11110010 | 11011 | 110100 | 0 | 101 | 100001101 | 1010011 | 1000110 |
Color Harmonies of #B175F2
Complementary color
Monochromatic Colors of #B175F2
Black with #B175F2
Text Example
Text Example
White with #B175F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B175F2; }
p { color: rgb(177,117,242); }
H1.HeaderClassName
{
color: #B175F2;
}
.AnyTagClassName
{
color: #B175F2;
}
</style>
background-color css
<style>
a { background-color: #B175F2; }
a { background-color: rgb(177,117,242); }
div.DivClassName
{
background-color: #B175F2;
}
.BgClassName
{
background-color: #B175F2;
}
</style>
border-color css
<style>
span { border-color: #B175F2; }
span { border-color: rgb(177,117,242); }
td.TdClassName
{
border-color: #B175F2;
}
.TagClassName
{
border-color: #B175F2;
}
</style>