Shades of Heliotrope #B77FFF
Tints of Heliotrope #B77FFF
RGB
CMYK
RGB Variations
Color information
#B77FFF (or 0xB77FFF) is known color: Heliotrope. HEX triplet: B7, 7F and FF. RGB value is (183,127,255). Sum of RGB (Red+Green+Blue) = 183+127+255=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #B77FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FFF is #488000. Grayscale: #9D9D9D. Windows color (decimal): -4751361 or 16744375. OLE color: 16744375.
HSL color Cylindrical-coordinate representation of color #B77FFF: hue angle of 266.25º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B77FFF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 127 | 255 | - |
| CMYK | 0.28 | 0.50 | 0 | 0 |
| HSL | 266.25º | 1% | 0.75% | - |
| HSV(B) | 266.25º | 0.5% | 1% | - |
| XYZ | 45.17 | 32.47 | 98.49 | - |
| YUV | 158.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 255 | 0.28 | 0.50 | 0 | 0 | 266.25 | 1 | 0.75 |
| Hex | B7 | 7F | FF | 1C | 32 | 0 | 0 | 10A | 64 | 4B |
| Octal | 267 | 177 | 377 | 34 | 62 | 0 | 0 | 412 | 144 | 113 |
| Binary | 10110111 | 1111111 | 11111111 | 11100 | 110010 | 0 | 0 | 100001010 | 1100100 | 1001011 |
Color Harmonies of #B77FFF
Complementary color
Monochromatic Colors of #B77FFF
Black with #B77FFF
Text Example
Text Example
White with #B77FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FFF; }
p { color: rgb(183,127,255); }
H1.HeaderClassName
{
color: #B77FFF;
}
.AnyTagClassName
{
color: #B77FFF;
}
</style>
background-color css
<style>
a { background-color: #B77FFF; }
a { background-color: rgb(183,127,255); }
div.DivClassName
{
background-color: #B77FFF;
}
.BgClassName
{
background-color: #B77FFF;
}
</style>
border-color css
<style>
span { border-color: #B77FFF; }
span { border-color: rgb(183,127,255); }
td.TdClassName
{
border-color: #B77FFF;
}
.TagClassName
{
border-color: #B77FFF;
}
</style>