Shades of Medium Purple #B476E6
Tints of Medium Purple #B476E6
RGB
CMYK
RGB Variations
Color information
#B476E6 (or 0xB476E6) is known color: Medium Purple. HEX triplet: B4, 76 and E6. RGB value is (180,118,230). Sum of RGB (Red+Green+Blue) = 180+118+230=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #B476E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B476E6 is #4B8919. Grayscale: #949494. Windows color (decimal): -4950298 or 15103668. OLE color: 15103668.
HSL color Cylindrical-coordinate representation of color #B476E6: hue angle of 273.21º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B476E6 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 118 | 230 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.10 |
| HSL | 273.21º | 0.69% | 0.68% | - |
| HSV(B) | 273.21º | 0.49% | 0.9% | - |
| XYZ | 39.58 | 28.37 | 78.25 | - |
| YUV | 149.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 230 | 0.22 | 0.49 | 0 | 0.10 | 273.21 | 0.69 | 0.68 |
| Hex | B4 | 76 | E6 | 16 | 31 | 0 | A | 111 | 45 | 44 |
| Octal | 264 | 166 | 346 | 26 | 61 | 0 | 12 | 421 | 105 | 104 |
| Binary | 10110100 | 1110110 | 11100110 | 10110 | 110001 | 0 | 1010 | 100010001 | 1000101 | 1000100 |
Color Harmonies of #B476E6
Complementary color
Monochromatic Colors of #B476E6
Black with #B476E6
Text Example
Text Example
White with #B476E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476E6; }
p { color: rgb(180,118,230); }
H1.HeaderClassName
{
color: #B476E6;
}
.AnyTagClassName
{
color: #B476E6;
}
</style>
background-color css
<style>
a { background-color: #B476E6; }
a { background-color: rgb(180,118,230); }
div.DivClassName
{
background-color: #B476E6;
}
.BgClassName
{
background-color: #B476E6;
}
</style>
border-color css
<style>
span { border-color: #B476E6; }
span { border-color: rgb(180,118,230); }
td.TdClassName
{
border-color: #B476E6;
}
.TagClassName
{
border-color: #B476E6;
}
</style>