Shades of Heliotrope #B77DFF
Tints of Heliotrope #B77DFF
RGB
CMYK
RGB Variations
Color information
#B77DFF (or 0xB77DFF) is known color: Heliotrope. HEX triplet: B7, 7D and FF. RGB value is (183,125,255). Sum of RGB (Red+Green+Blue) = 183+125+255=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #B77DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DFF is #488200. Grayscale: #9C9C9C. Windows color (decimal): -4751873 or 16743863. OLE color: 16743863.
HSL color Cylindrical-coordinate representation of color #B77DFF: hue angle of 266.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77DFF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 125 | 255 | - |
| CMYK | 0.28 | 0.51 | 0 | 0 |
| HSL | 266.77º | 1% | 0.75% | - |
| HSV(B) | 266.77º | 0.51% | 1% | - |
| XYZ | 44.91 | 31.95 | 98.41 | - |
| YUV | 157.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 255 | 0.28 | 0.51 | 0 | 0 | 266.77 | 1 | 0.75 |
| Hex | B7 | 7D | FF | 1C | 33 | 0 | 0 | 10B | 64 | 4B |
| Octal | 267 | 175 | 377 | 34 | 63 | 0 | 0 | 413 | 144 | 113 |
| Binary | 10110111 | 1111101 | 11111111 | 11100 | 110011 | 0 | 0 | 100001011 | 1100100 | 1001011 |
Color Harmonies of #B77DFF
Complementary color
Monochromatic Colors of #B77DFF
Black with #B77DFF
Text Example
Text Example
White with #B77DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77DFF; }
p { color: rgb(183,125,255); }
H1.HeaderClassName
{
color: #B77DFF;
}
.AnyTagClassName
{
color: #B77DFF;
}
</style>
background-color css
<style>
a { background-color: #B77DFF; }
a { background-color: rgb(183,125,255); }
div.DivClassName
{
background-color: #B77DFF;
}
.BgClassName
{
background-color: #B77DFF;
}
</style>
border-color css
<style>
span { border-color: #B77DFF; }
span { border-color: rgb(183,125,255); }
td.TdClassName
{
border-color: #B77DFF;
}
.TagClassName
{
border-color: #B77DFF;
}
</style>