Shades of Medium Purple #B677EC
Tints of Medium Purple #B677EC
RGB
CMYK
RGB Variations
Color information
#B677EC (or 0xB677EC) is known color: Medium Purple. HEX triplet: B6, 77 and EC. RGB value is (182,119,236). Sum of RGB (Red+Green+Blue) = 182+119+236=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #B677EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B677EC is #498813. Grayscale: #969696. Windows color (decimal): -4818964 or 15497142. OLE color: 15497142.
HSL color Cylindrical-coordinate representation of color #B677EC: hue angle of 272.31º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B677EC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 119 | 236 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.07 |
| HSL | 272.31º | 0.75% | 0.7% | - |
| HSV(B) | 272.31º | 0.5% | 0.93% | - |
| XYZ | 41.03 | 29.19 | 82.83 | - |
| YUV | 151.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 236 | 0.23 | 0.50 | 0 | 0.07 | 272.31 | 0.75 | 0.7 |
| Hex | B6 | 77 | EC | 17 | 32 | 0 | 7 | 110 | 4B | 46 |
| Octal | 266 | 167 | 354 | 27 | 62 | 0 | 7 | 420 | 113 | 106 |
| Binary | 10110110 | 1110111 | 11101100 | 10111 | 110010 | 0 | 111 | 100010000 | 1001011 | 1000110 |
Color Harmonies of #B677EC
Complementary color
Monochromatic Colors of #B677EC
Black with #B677EC
Text Example
Text Example
White with #B677EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B677EC; }
p { color: rgb(182,119,236); }
H1.HeaderClassName
{
color: #B677EC;
}
.AnyTagClassName
{
color: #B677EC;
}
</style>
background-color css
<style>
a { background-color: #B677EC; }
a { background-color: rgb(182,119,236); }
div.DivClassName
{
background-color: #B677EC;
}
.BgClassName
{
background-color: #B677EC;
}
</style>
border-color css
<style>
span { border-color: #B677EC; }
span { border-color: rgb(182,119,236); }
td.TdClassName
{
border-color: #B677EC;
}
.TagClassName
{
border-color: #B677EC;
}
</style>