Shades of Heliotrope #B77AF7
Tints of Heliotrope #B77AF7
RGB
CMYK
RGB Variations
Color information
#B77AF7 (or 0xB77AF7) is known color: Heliotrope. HEX triplet: B7, 7A and F7. RGB value is (183,122,247). Sum of RGB (Red+Green+Blue) = 183+122+247=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #B77AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77AF7 is #488508. Grayscale: #9A9A9A. Windows color (decimal): -4752649 or 16218807. OLE color: 16218807.
HSL color Cylindrical-coordinate representation of color #B77AF7: hue angle of 269.28º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77AF7 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 122 | 247 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.03 |
| HSL | 269.28º | 0.89% | 0.72% | - |
| HSV(B) | 269.28º | 0.51% | 0.97% | - |
| XYZ | 43.28 | 30.7 | 91.64 | - |
| YUV | 154.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 247 | 0.26 | 0.51 | 0 | 0.03 | 269.28 | 0.89 | 0.72 |
| Hex | B7 | 7A | F7 | 1A | 33 | 0 | 3 | 10D | 59 | 48 |
| Octal | 267 | 172 | 367 | 32 | 63 | 0 | 3 | 415 | 131 | 110 |
| Binary | 10110111 | 1111010 | 11110111 | 11010 | 110011 | 0 | 11 | 100001101 | 1011001 | 1001000 |
Color Harmonies of #B77AF7
Complementary color
Monochromatic Colors of #B77AF7
Black with #B77AF7
Text Example
Text Example
White with #B77AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AF7; }
p { color: rgb(183,122,247); }
H1.HeaderClassName
{
color: #B77AF7;
}
.AnyTagClassName
{
color: #B77AF7;
}
</style>
background-color css
<style>
a { background-color: #B77AF7; }
a { background-color: rgb(183,122,247); }
div.DivClassName
{
background-color: #B77AF7;
}
.BgClassName
{
background-color: #B77AF7;
}
</style>
border-color css
<style>
span { border-color: #B77AF7; }
span { border-color: rgb(183,122,247); }
td.TdClassName
{
border-color: #B77AF7;
}
.TagClassName
{
border-color: #B77AF7;
}
</style>