Shades of Medium Purple #B777F2
Tints of Medium Purple #B777F2
RGB
CMYK
RGB Variations
Color information
#B777F2 (or 0xB777F2) is known color: Medium Purple. HEX triplet: B7, 77 and F2. RGB value is (183,119,242). Sum of RGB (Red+Green+Blue) = 183+119+242=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #B777F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B777F2 is #48880D. Grayscale: #979797. Windows color (decimal): -4753422 or 15890359. OLE color: 15890359.
HSL color Cylindrical-coordinate representation of color #B777F2: hue angle of 271.22º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B777F2 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 119 | 242 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.05 |
| HSL | 271.22º | 0.83% | 0.71% | - |
| HSV(B) | 271.22º | 0.51% | 0.95% | - |
| XYZ | 42.15 | 29.67 | 87.51 | - |
| YUV | 152.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 242 | 0.24 | 0.51 | 0 | 0.05 | 271.22 | 0.83 | 0.71 |
| Hex | B7 | 77 | F2 | 18 | 33 | 0 | 5 | 10F | 53 | 47 |
| Octal | 267 | 167 | 362 | 30 | 63 | 0 | 5 | 417 | 123 | 107 |
| Binary | 10110111 | 1110111 | 11110010 | 11000 | 110011 | 0 | 101 | 100001111 | 1010011 | 1000111 |
Color Harmonies of #B777F2
Complementary color
Monochromatic Colors of #B777F2
Black with #B777F2
Text Example
Text Example
White with #B777F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777F2; }
p { color: rgb(183,119,242); }
H1.HeaderClassName
{
color: #B777F2;
}
.AnyTagClassName
{
color: #B777F2;
}
</style>
background-color css
<style>
a { background-color: #B777F2; }
a { background-color: rgb(183,119,242); }
div.DivClassName
{
background-color: #B777F2;
}
.BgClassName
{
background-color: #B777F2;
}
</style>
border-color css
<style>
span { border-color: #B777F2; }
span { border-color: rgb(183,119,242); }
td.TdClassName
{
border-color: #B777F2;
}
.TagClassName
{
border-color: #B777F2;
}
</style>