Shades of Medium Purple #B379FE
Tints of Medium Purple #B379FE
RGB
CMYK
RGB Variations
Color information
#B379FE (or 0xB379FE) is known color: Medium Purple. HEX triplet: B3, 79 and FE. RGB value is (179,121,254). Sum of RGB (Red+Green+Blue) = 179+121+254=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #B379FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B379FE is #4C8601. Grayscale: #999999. Windows color (decimal): -5015042 or 16677299. OLE color: 16677299.
HSL color Cylindrical-coordinate representation of color #B379FE: hue angle of 266.17º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B379FE is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 121 | 254 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.00 |
| HSL | 266.17º | 0.99% | 0.74% | - |
| HSV(B) | 266.17º | 0.52% | 1% | - |
| XYZ | 43.32 | 30.41 | 97.35 | - |
| YUV | 153.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 254 | 0.30 | 0.52 | 0 | 0.00 | 266.17 | 0.99 | 0.74 |
| Hex | B3 | 79 | FE | 1E | 34 | 0 | 0 | 10A | 63 | 4A |
| Octal | 263 | 171 | 376 | 36 | 64 | 0 | 0 | 412 | 143 | 112 |
| Binary | 10110011 | 1111001 | 11111110 | 11110 | 110100 | 0 | 0 | 100001010 | 1100011 | 1001010 |
Color Harmonies of #B379FE
Complementary color
Monochromatic Colors of #B379FE
Black with #B379FE
Text Example
Text Example
White with #B379FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B379FE; }
p { color: rgb(179,121,254); }
H1.HeaderClassName
{
color: #B379FE;
}
.AnyTagClassName
{
color: #B379FE;
}
</style>
background-color css
<style>
a { background-color: #B379FE; }
a { background-color: rgb(179,121,254); }
div.DivClassName
{
background-color: #B379FE;
}
.BgClassName
{
background-color: #B379FE;
}
</style>
border-color css
<style>
span { border-color: #B379FE; }
span { border-color: rgb(179,121,254); }
td.TdClassName
{
border-color: #B379FE;
}
.TagClassName
{
border-color: #B379FE;
}
</style>