Shades of Medium Purple #B376FE
Tints of Medium Purple #B376FE
RGB
CMYK
RGB Variations
Color information
#B376FE (or 0xB376FE) is known color: Medium Purple. HEX triplet: B3, 76 and FE. RGB value is (179,118,254). Sum of RGB (Red+Green+Blue) = 179+118+254=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #B376FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B376FE is #4C8901. Grayscale: #979797. Windows color (decimal): -5015810 or 16676531. OLE color: 16676531.
HSL color Cylindrical-coordinate representation of color #B376FE: hue angle of 266.91º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B376FE is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 118 | 254 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.00 |
| HSL | 266.91º | 0.99% | 0.73% | - |
| HSV(B) | 266.91º | 0.54% | 1% | - |
| XYZ | 42.96 | 29.7 | 97.23 | - |
| YUV | 151.74 | 185.71 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 254 | 0.30 | 0.54 | 0 | 0.00 | 266.91 | 0.99 | 0.73 |
| Hex | B3 | 76 | FE | 1E | 36 | 0 | 0 | 10B | 63 | 49 |
| Octal | 263 | 166 | 376 | 36 | 66 | 0 | 0 | 413 | 143 | 111 |
| Binary | 10110011 | 1110110 | 11111110 | 11110 | 110110 | 0 | 0 | 100001011 | 1100011 | 1001001 |
Color Harmonies of #B376FE
Complementary color
Monochromatic Colors of #B376FE
Black with #B376FE
Text Example
Text Example
White with #B376FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B376FE; }
p { color: rgb(179,118,254); }
H1.HeaderClassName
{
color: #B376FE;
}
.AnyTagClassName
{
color: #B376FE;
}
</style>
background-color css
<style>
a { background-color: #B376FE; }
a { background-color: rgb(179,118,254); }
div.DivClassName
{
background-color: #B376FE;
}
.BgClassName
{
background-color: #B376FE;
}
</style>
border-color css
<style>
span { border-color: #B376FE; }
span { border-color: rgb(179,118,254); }
td.TdClassName
{
border-color: #B376FE;
}
.TagClassName
{
border-color: #B376FE;
}
</style>