Shades of Heliotrope #B771F2
Tints of Heliotrope #B771F2
RGB
CMYK
RGB Variations
Color information
#B771F2 (or 0xB771F2) is known color: Heliotrope. HEX triplet: B7, 71 and F2. RGB value is (183,113,242). Sum of RGB (Red+Green+Blue) = 183+113+242=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #B771F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B771F2 is #488E0D. Grayscale: #949494. Windows color (decimal): -4754958 or 15888823. OLE color: 15888823.
HSL color Cylindrical-coordinate representation of color #B771F2: hue angle of 272.56º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B771F2 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 113 | 242 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.05 |
| HSL | 272.56º | 0.83% | 0.7% | - |
| HSV(B) | 272.56º | 0.53% | 0.95% | - |
| XYZ | 41.46 | 28.29 | 87.28 | - |
| YUV | 148.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 242 | 0.24 | 0.53 | 0 | 0.05 | 272.56 | 0.83 | 0.7 |
| Hex | B7 | 71 | F2 | 18 | 35 | 0 | 5 | 111 | 53 | 46 |
| Octal | 267 | 161 | 362 | 30 | 65 | 0 | 5 | 421 | 123 | 106 |
| Binary | 10110111 | 1110001 | 11110010 | 11000 | 110101 | 0 | 101 | 100010001 | 1010011 | 1000110 |
Color Harmonies of #B771F2
Complementary color
Monochromatic Colors of #B771F2
Black with #B771F2
Text Example
Text Example
White with #B771F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B771F2; }
p { color: rgb(183,113,242); }
H1.HeaderClassName
{
color: #B771F2;
}
.AnyTagClassName
{
color: #B771F2;
}
</style>
background-color css
<style>
a { background-color: #B771F2; }
a { background-color: rgb(183,113,242); }
div.DivClassName
{
background-color: #B771F2;
}
.BgClassName
{
background-color: #B771F2;
}
</style>
border-color css
<style>
span { border-color: #B771F2; }
span { border-color: rgb(183,113,242); }
td.TdClassName
{
border-color: #B771F2;
}
.TagClassName
{
border-color: #B771F2;
}
</style>