Shades of Medium Purple #B377FE
Tints of Medium Purple #B377FE
RGB
CMYK
RGB Variations
Color information
#B377FE (or 0xB377FE) is known color: Medium Purple. HEX triplet: B3, 77 and FE. RGB value is (179,119,254). Sum of RGB (Red+Green+Blue) = 179+119+254=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #B377FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B377FE is #4C8801. Grayscale: #979797. Windows color (decimal): -5015554 or 16676787. OLE color: 16676787.
HSL color Cylindrical-coordinate representation of color #B377FE: hue angle of 266.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B377FE is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 119 | 254 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.00 |
| HSL | 266.67º | 0.99% | 0.73% | - |
| HSV(B) | 266.67º | 0.53% | 1% | - |
| XYZ | 43.08 | 29.93 | 97.27 | - |
| YUV | 152.33 | 185.38 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 254 | 0.30 | 0.53 | 0 | 0.00 | 266.67 | 0.99 | 0.73 |
| Hex | B3 | 77 | FE | 1E | 35 | 0 | 0 | 10B | 63 | 49 |
| Octal | 263 | 167 | 376 | 36 | 65 | 0 | 0 | 413 | 143 | 111 |
| Binary | 10110011 | 1110111 | 11111110 | 11110 | 110101 | 0 | 0 | 100001011 | 1100011 | 1001001 |
Color Harmonies of #B377FE
Complementary color
Monochromatic Colors of #B377FE
Black with #B377FE
Text Example
Text Example
White with #B377FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B377FE; }
p { color: rgb(179,119,254); }
H1.HeaderClassName
{
color: #B377FE;
}
.AnyTagClassName
{
color: #B377FE;
}
</style>
background-color css
<style>
a { background-color: #B377FE; }
a { background-color: rgb(179,119,254); }
div.DivClassName
{
background-color: #B377FE;
}
.BgClassName
{
background-color: #B377FE;
}
</style>
border-color css
<style>
span { border-color: #B377FE; }
span { border-color: rgb(179,119,254); }
td.TdClassName
{
border-color: #B377FE;
}
.TagClassName
{
border-color: #B377FE;
}
</style>