Shades of Medium Purple #B376FF
Tints of Medium Purple #B376FF
RGB
CMYK
RGB Variations
Color information
#B376FF (or 0xB376FF) is known color: Medium Purple. HEX triplet: B3, 76 and FF. RGB value is (179,118,255). Sum of RGB (Red+Green+Blue) = 179+118+255=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #B376FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B376FF is #4C8900. Grayscale: #979797. Windows color (decimal): -5015809 or 16742067. OLE color: 16742067.
HSL color Cylindrical-coordinate representation of color #B376FF: hue angle of 266.72º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B376FF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 118 | 255 | - |
| CMYK | 0.30 | 0.54 | 0 | 0 |
| HSL | 266.72º | 1% | 0.73% | - |
| HSV(B) | 266.72º | 0.54% | 1% | - |
| XYZ | 43.12 | 29.76 | 98.08 | - |
| YUV | 151.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 255 | 0.30 | 0.54 | 0 | 0 | 266.72 | 1 | 0.73 |
| Hex | B3 | 76 | FF | 1E | 36 | 0 | 0 | 10B | 64 | 49 |
| Octal | 263 | 166 | 377 | 36 | 66 | 0 | 0 | 413 | 144 | 111 |
| Binary | 10110011 | 1110110 | 11111111 | 11110 | 110110 | 0 | 0 | 100001011 | 1100100 | 1001001 |
Color Harmonies of #B376FF
Complementary color
Monochromatic Colors of #B376FF
Black with #B376FF
Text Example
Text Example
White with #B376FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B376FF; }
p { color: rgb(179,118,255); }
H1.HeaderClassName
{
color: #B376FF;
}
.AnyTagClassName
{
color: #B376FF;
}
</style>
background-color css
<style>
a { background-color: #B376FF; }
a { background-color: rgb(179,118,255); }
div.DivClassName
{
background-color: #B376FF;
}
.BgClassName
{
background-color: #B376FF;
}
</style>
border-color css
<style>
span { border-color: #B376FF; }
span { border-color: rgb(179,118,255); }
td.TdClassName
{
border-color: #B376FF;
}
.TagClassName
{
border-color: #B376FF;
}
</style>