Shades of Heliotrope #B771FF
Tints of Heliotrope #B771FF
RGB
CMYK
RGB Variations
Color information
#B771FF (or 0xB771FF) is known color: Heliotrope. HEX triplet: B7, 71 and FF. RGB value is (183,113,255). Sum of RGB (Red+Green+Blue) = 183+113+255=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #B771FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771FF is #488E00. Grayscale: #959595. Windows color (decimal): -4754945 or 16740791. OLE color: 16740791.
HSL color Cylindrical-coordinate representation of color #B771FF: hue angle of 269.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B771FF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 113 | 255 | - |
| CMYK | 0.28 | 0.56 | 0 | 0 |
| HSL | 269.58º | 1% | 0.72% | - |
| HSV(B) | 269.58º | 0.56% | 1% | - |
| XYZ | 43.48 | 29.1 | 97.93 | - |
| YUV | 150.12 | 187.19 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 255 | 0.28 | 0.56 | 0 | 0 | 269.58 | 1 | 0.72 |
| Hex | B7 | 71 | FF | 1C | 38 | 0 | 0 | 10E | 64 | 48 |
| Octal | 267 | 161 | 377 | 34 | 70 | 0 | 0 | 416 | 144 | 110 |
| Binary | 10110111 | 1110001 | 11111111 | 11100 | 111000 | 0 | 0 | 100001110 | 1100100 | 1001000 |
Color Harmonies of #B771FF
Complementary color
Monochromatic Colors of #B771FF
Black with #B771FF
Text Example
Text Example
White with #B771FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771FF; }
p { color: rgb(183,113,255); }
H1.HeaderClassName
{
color: #B771FF;
}
.AnyTagClassName
{
color: #B771FF;
}
</style>
background-color css
<style>
a { background-color: #B771FF; }
a { background-color: rgb(183,113,255); }
div.DivClassName
{
background-color: #B771FF;
}
.BgClassName
{
background-color: #B771FF;
}
</style>
border-color css
<style>
span { border-color: #B771FF; }
span { border-color: rgb(183,113,255); }
td.TdClassName
{
border-color: #B771FF;
}
.TagClassName
{
border-color: #B771FF;
}
</style>