Shades of Medium Purple #B776EF
Tints of Medium Purple #B776EF
RGB
CMYK
RGB Variations
Color information
#B776EF (or 0xB776EF) is known color: Medium Purple. HEX triplet: B7, 76 and EF. RGB value is (183,118,239). Sum of RGB (Red+Green+Blue) = 183+118+239=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #B776EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B776EF is #488910. Grayscale: #969696. Windows color (decimal): -4753681 or 15693495. OLE color: 15693495.
HSL color Cylindrical-coordinate representation of color #B776EF: hue angle of 272.23º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B776EF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 118 | 239 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.06 |
| HSL | 272.23º | 0.79% | 0.7% | - |
| HSV(B) | 272.23º | 0.51% | 0.94% | - |
| XYZ | 41.59 | 29.26 | 85.12 | - |
| YUV | 151.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 239 | 0.23 | 0.51 | 0 | 0.06 | 272.23 | 0.79 | 0.7 |
| Hex | B7 | 76 | EF | 17 | 33 | 0 | 6 | 110 | 4F | 46 |
| Octal | 267 | 166 | 357 | 27 | 63 | 0 | 6 | 420 | 117 | 106 |
| Binary | 10110111 | 1110110 | 11101111 | 10111 | 110011 | 0 | 110 | 100010000 | 1001111 | 1000110 |
Color Harmonies of #B776EF
Complementary color
Monochromatic Colors of #B776EF
Black with #B776EF
Text Example
Text Example
White with #B776EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B776EF; }
p { color: rgb(183,118,239); }
H1.HeaderClassName
{
color: #B776EF;
}
.AnyTagClassName
{
color: #B776EF;
}
</style>
background-color css
<style>
a { background-color: #B776EF; }
a { background-color: rgb(183,118,239); }
div.DivClassName
{
background-color: #B776EF;
}
.BgClassName
{
background-color: #B776EF;
}
</style>
border-color css
<style>
span { border-color: #B776EF; }
span { border-color: rgb(183,118,239); }
td.TdClassName
{
border-color: #B776EF;
}
.TagClassName
{
border-color: #B776EF;
}
</style>