Shades of Medium Purple #B379E8
Tints of Medium Purple #B379E8
RGB
CMYK
RGB Variations
Color information
#B379E8 (or 0xB379E8) is known color: Medium Purple. HEX triplet: B3, 79 and E8. RGB value is (179,121,232). Sum of RGB (Red+Green+Blue) = 179+121+232=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #B379E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B379E8 is #4C8617. Grayscale: #969696. Windows color (decimal): -5015064 or 15235507. OLE color: 15235507.
HSL color Cylindrical-coordinate representation of color #B379E8: hue angle of 271.35º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B379E8 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 121 | 232 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.09 |
| HSL | 271.35º | 0.71% | 0.69% | - |
| HSV(B) | 271.35º | 0.48% | 0.91% | - |
| XYZ | 39.99 | 29.08 | 79.85 | - |
| YUV | 151 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 232 | 0.23 | 0.48 | 0 | 0.09 | 271.35 | 0.71 | 0.69 |
| Hex | B3 | 79 | E8 | 17 | 30 | 0 | 9 | 10F | 47 | 45 |
| Octal | 263 | 171 | 350 | 27 | 60 | 0 | 11 | 417 | 107 | 105 |
| Binary | 10110011 | 1111001 | 11101000 | 10111 | 110000 | 0 | 1001 | 100001111 | 1000111 | 1000101 |
Color Harmonies of #B379E8
Complementary color
Monochromatic Colors of #B379E8
Black with #B379E8
Text Example
Text Example
White with #B379E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B379E8; }
p { color: rgb(179,121,232); }
H1.HeaderClassName
{
color: #B379E8;
}
.AnyTagClassName
{
color: #B379E8;
}
</style>
background-color css
<style>
a { background-color: #B379E8; }
a { background-color: rgb(179,121,232); }
div.DivClassName
{
background-color: #B379E8;
}
.BgClassName
{
background-color: #B379E8;
}
</style>
border-color css
<style>
span { border-color: #B379E8; }
span { border-color: rgb(179,121,232); }
td.TdClassName
{
border-color: #B379E8;
}
.TagClassName
{
border-color: #B379E8;
}
</style>