Shades of Medium Purple #B77AF4
Tints of Medium Purple #B77AF4
RGB
CMYK
RGB Variations
Color information
#B77AF4 (or 0xB77AF4) is known color: Medium Purple. HEX triplet: B7, 7A and F4. RGB value is (183,122,244). Sum of RGB (Red+Green+Blue) = 183+122+244=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #B77AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77AF4 is #48850B. Grayscale: #999999. Windows color (decimal): -4752652 or 16022199. OLE color: 16022199.
HSL color Cylindrical-coordinate representation of color #B77AF4: hue angle of 270º degrees, saturation: 0.85, 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 #B77AF4 is Cyan = 0.25, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 122 | 244 | - |
| CMYK | 0.25 | 0.5 | 0 | 0.04 |
| HSL | 270º | 0.85% | 0.72% | - |
| HSV(B) | 270º | 0.5% | 0.96% | - |
| XYZ | 42.82 | 30.52 | 89.22 | - |
| YUV | 154.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 244 | 0.25 | 0.5 | 0 | 0.04 | 270 | 0.85 | 0.72 |
| Hex | B7 | 7A | F4 | 19 | 32 | 0 | 4 | 10E | 55 | 48 |
| Octal | 267 | 172 | 364 | 31 | 62 | 0 | 4 | 416 | 125 | 110 |
| Binary | 10110111 | 1111010 | 11110100 | 11001 | 110010 | 0 | 100 | 100001110 | 1010101 | 1001000 |
Color Harmonies of #B77AF4
Complementary color
Monochromatic Colors of #B77AF4
Black with #B77AF4
Text Example
Text Example
White with #B77AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AF4; }
p { color: rgb(183,122,244); }
H1.HeaderClassName
{
color: #B77AF4;
}
.AnyTagClassName
{
color: #B77AF4;
}
</style>
background-color css
<style>
a { background-color: #B77AF4; }
a { background-color: rgb(183,122,244); }
div.DivClassName
{
background-color: #B77AF4;
}
.BgClassName
{
background-color: #B77AF4;
}
</style>
border-color css
<style>
span { border-color: #B77AF4; }
span { border-color: rgb(183,122,244); }
td.TdClassName
{
border-color: #B77AF4;
}
.TagClassName
{
border-color: #B77AF4;
}
</style>