Shades of Medium Purple #B77AF5
Tints of Medium Purple #B77AF5
RGB
CMYK
RGB Variations
Color information
#B77AF5 (or 0xB77AF5) is known color: Medium Purple. HEX triplet: B7, 7A and F5. RGB value is (183,122,245). Sum of RGB (Red+Green+Blue) = 183+122+245=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 245 (96.09% from 255 or 44.55% from 550); Max value from RGB is 245 - color contains mainly: blue. Hex color #B77AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77AF5 is #48850A. Grayscale: #999999. Windows color (decimal): -4752651 or 16087735. OLE color: 16087735.
HSL color Cylindrical-coordinate representation of color #B77AF5: hue angle of 269.76º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B77AF5 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 122 | 245 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.04 |
| HSL | 269.76º | 0.86% | 0.72% | - |
| HSV(B) | 269.76º | 0.5% | 0.96% | - |
| XYZ | 42.97 | 30.58 | 90.02 | - |
| YUV | 154.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 245 | 0.25 | 0.50 | 0 | 0.04 | 269.76 | 0.86 | 0.72 |
| Hex | B7 | 7A | F5 | 19 | 32 | 0 | 4 | 10E | 56 | 48 |
| Octal | 267 | 172 | 365 | 31 | 62 | 0 | 4 | 416 | 126 | 110 |
| Binary | 10110111 | 1111010 | 11110101 | 11001 | 110010 | 0 | 100 | 100001110 | 1010110 | 1001000 |
Color Harmonies of #B77AF5
Complementary color
Monochromatic Colors of #B77AF5
Black with #B77AF5
Text Example
Text Example
White with #B77AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AF5; }
p { color: rgb(183,122,245); }
H1.HeaderClassName
{
color: #B77AF5;
}
.AnyTagClassName
{
color: #B77AF5;
}
</style>
background-color css
<style>
a { background-color: #B77AF5; }
a { background-color: rgb(183,122,245); }
div.DivClassName
{
background-color: #B77AF5;
}
.BgClassName
{
background-color: #B77AF5;
}
</style>
border-color css
<style>
span { border-color: #B77AF5; }
span { border-color: rgb(183,122,245); }
td.TdClassName
{
border-color: #B77AF5;
}
.TagClassName
{
border-color: #B77AF5;
}
</style>