Shades of Medium Purple #B778ED
Tints of Medium Purple #B778ED
RGB
CMYK
RGB Variations
Color information
#B778ED (or 0xB778ED) is known color: Medium Purple. HEX triplet: B7, 78 and ED. RGB value is (183,120,237). Sum of RGB (Red+Green+Blue) = 183+120+237=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #B778ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B778ED is #488712. Grayscale: #979797. Windows color (decimal): -4753171 or 15562935. OLE color: 15562935.
HSL color Cylindrical-coordinate representation of color #B778ED: hue angle of 272.31º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B778ED is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 120 | 237 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.07 |
| HSL | 272.31º | 0.76% | 0.7% | - |
| HSV(B) | 272.31º | 0.49% | 0.93% | - |
| XYZ | 41.53 | 29.61 | 83.65 | - |
| YUV | 152.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 237 | 0.23 | 0.49 | 0 | 0.07 | 272.31 | 0.76 | 0.7 |
| Hex | B7 | 78 | ED | 17 | 31 | 0 | 7 | 110 | 4C | 46 |
| Octal | 267 | 170 | 355 | 27 | 61 | 0 | 7 | 420 | 114 | 106 |
| Binary | 10110111 | 1111000 | 11101101 | 10111 | 110001 | 0 | 111 | 100010000 | 1001100 | 1000110 |
Color Harmonies of #B778ED
Complementary color
Monochromatic Colors of #B778ED
Black with #B778ED
Text Example
Text Example
White with #B778ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778ED; }
p { color: rgb(183,120,237); }
H1.HeaderClassName
{
color: #B778ED;
}
.AnyTagClassName
{
color: #B778ED;
}
</style>
background-color css
<style>
a { background-color: #B778ED; }
a { background-color: rgb(183,120,237); }
div.DivClassName
{
background-color: #B778ED;
}
.BgClassName
{
background-color: #B778ED;
}
</style>
border-color css
<style>
span { border-color: #B778ED; }
span { border-color: rgb(183,120,237); }
td.TdClassName
{
border-color: #B778ED;
}
.TagClassName
{
border-color: #B778ED;
}
</style>