Shades of Heliotrope #B774FF
Tints of Heliotrope #B774FF
RGB
CMYK
RGB Variations
Color information
#B774FF (or 0xB774FF) is known color: Heliotrope. HEX triplet: B7, 74 and FF. RGB value is (183,116,255). Sum of RGB (Red+Green+Blue) = 183+116+255=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #B774FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B774FF is #488B00. Grayscale: #979797. Windows color (decimal): -4754177 or 16741559. OLE color: 16741559.
HSL color Cylindrical-coordinate representation of color #B774FF: hue angle of 268.92º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B774FF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 116 | 255 | - |
| CMYK | 0.28 | 0.55 | 0 | 0 |
| HSL | 268.92º | 1% | 0.73% | - |
| HSV(B) | 268.92º | 0.55% | 1% | - |
| XYZ | 43.82 | 29.78 | 98.05 | - |
| YUV | 151.88 | 186.2 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 255 | 0.28 | 0.55 | 0 | 0 | 268.92 | 1 | 0.73 |
| Hex | B7 | 74 | FF | 1C | 37 | 0 | 0 | 10D | 64 | 49 |
| Octal | 267 | 164 | 377 | 34 | 67 | 0 | 0 | 415 | 144 | 111 |
| Binary | 10110111 | 1110100 | 11111111 | 11100 | 110111 | 0 | 0 | 100001101 | 1100100 | 1001001 |
Color Harmonies of #B774FF
Complementary color
Monochromatic Colors of #B774FF
Black with #B774FF
Text Example
Text Example
White with #B774FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B774FF; }
p { color: rgb(183,116,255); }
H1.HeaderClassName
{
color: #B774FF;
}
.AnyTagClassName
{
color: #B774FF;
}
</style>
background-color css
<style>
a { background-color: #B774FF; }
a { background-color: rgb(183,116,255); }
div.DivClassName
{
background-color: #B774FF;
}
.BgClassName
{
background-color: #B774FF;
}
</style>
border-color css
<style>
span { border-color: #B774FF; }
span { border-color: rgb(183,116,255); }
td.TdClassName
{
border-color: #B774FF;
}
.TagClassName
{
border-color: #B774FF;
}
</style>