Shades of Medium Purple #B377F5
Tints of Medium Purple #B377F5
RGB
CMYK
RGB Variations
Color information
#B377F5 (or 0xB377F5) is known color: Medium Purple. HEX triplet: B3, 77 and F5. RGB value is (179,119,245). Sum of RGB (Red+Green+Blue) = 179+119+245=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #B377F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B377F5 is #4C880A. Grayscale: #969696. Windows color (decimal): -5015563 or 16086963. OLE color: 16086963.
HSL color Cylindrical-coordinate representation of color #B377F5: hue angle of 268.57º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B377F5 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 119 | 245 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.04 |
| HSL | 268.57º | 0.86% | 0.71% | - |
| HSV(B) | 268.57º | 0.51% | 0.96% | - |
| XYZ | 41.67 | 29.37 | 89.86 | - |
| YUV | 151.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 245 | 0.27 | 0.51 | 0 | 0.04 | 268.57 | 0.86 | 0.71 |
| Hex | B3 | 77 | F5 | 1B | 33 | 0 | 4 | 10D | 56 | 47 |
| Octal | 263 | 167 | 365 | 33 | 63 | 0 | 4 | 415 | 126 | 107 |
| Binary | 10110011 | 1110111 | 11110101 | 11011 | 110011 | 0 | 100 | 100001101 | 1010110 | 1000111 |
Color Harmonies of #B377F5
Complementary color
Monochromatic Colors of #B377F5
Black with #B377F5
Text Example
Text Example
White with #B377F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B377F5; }
p { color: rgb(179,119,245); }
H1.HeaderClassName
{
color: #B377F5;
}
.AnyTagClassName
{
color: #B377F5;
}
</style>
background-color css
<style>
a { background-color: #B377F5; }
a { background-color: rgb(179,119,245); }
div.DivClassName
{
background-color: #B377F5;
}
.BgClassName
{
background-color: #B377F5;
}
</style>
border-color css
<style>
span { border-color: #B377F5; }
span { border-color: rgb(179,119,245); }
td.TdClassName
{
border-color: #B377F5;
}
.TagClassName
{
border-color: #B377F5;
}
</style>