Shades of Medium Purple #B778EF
Tints of Medium Purple #B778EF
RGB
CMYK
RGB Variations
Color information
#B778EF (or 0xB778EF) is known color: Medium Purple. HEX triplet: B7, 78 and EF. RGB value is (183,120,239). Sum of RGB (Red+Green+Blue) = 183+120+239=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #B778EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B778EF is #488710. Grayscale: #979797. Windows color (decimal): -4753169 or 15694007. OLE color: 15694007.
HSL color Cylindrical-coordinate representation of color #B778EF: hue angle of 271.76º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B778EF is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 120 | 239 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.06 |
| HSL | 271.76º | 0.79% | 0.7% | - |
| HSV(B) | 271.76º | 0.5% | 0.94% | - |
| XYZ | 41.82 | 29.73 | 85.2 | - |
| YUV | 152.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 239 | 0.23 | 0.50 | 0 | 0.06 | 271.76 | 0.79 | 0.7 |
| Hex | B7 | 78 | EF | 17 | 32 | 0 | 6 | 110 | 4F | 46 |
| Octal | 267 | 170 | 357 | 27 | 62 | 0 | 6 | 420 | 117 | 106 |
| Binary | 10110111 | 1111000 | 11101111 | 10111 | 110010 | 0 | 110 | 100010000 | 1001111 | 1000110 |
Color Harmonies of #B778EF
Complementary color
Monochromatic Colors of #B778EF
Black with #B778EF
Text Example
Text Example
White with #B778EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778EF; }
p { color: rgb(183,120,239); }
H1.HeaderClassName
{
color: #B778EF;
}
.AnyTagClassName
{
color: #B778EF;
}
</style>
background-color css
<style>
a { background-color: #B778EF; }
a { background-color: rgb(183,120,239); }
div.DivClassName
{
background-color: #B778EF;
}
.BgClassName
{
background-color: #B778EF;
}
</style>
border-color css
<style>
span { border-color: #B778EF; }
span { border-color: rgb(183,120,239); }
td.TdClassName
{
border-color: #B778EF;
}
.TagClassName
{
border-color: #B778EF;
}
</style>