Shades of Heliotrope #B77DFE
Tints of Heliotrope #B77DFE
RGB
CMYK
RGB Variations
Color information
#B77DFE (or 0xB77DFE) is known color: Heliotrope. HEX triplet: B7, 7D and FE. RGB value is (183,125,254). Sum of RGB (Red+Green+Blue) = 183+125+254=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #B77DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77DFE is #488201. Grayscale: #9C9C9C. Windows color (decimal): -4751874 or 16678327. OLE color: 16678327.
HSL color Cylindrical-coordinate representation of color #B77DFE: hue angle of 266.98º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77DFE is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 125 | 254 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.00 |
| HSL | 266.98º | 0.98% | 0.74% | - |
| HSV(B) | 266.98º | 0.51% | 1% | - |
| XYZ | 44.75 | 31.89 | 97.56 | - |
| YUV | 157.05 | 182.72 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 254 | 0.28 | 0.51 | 0 | 0.00 | 266.98 | 0.98 | 0.74 |
| Hex | B7 | 7D | FE | 1C | 33 | 0 | 0 | 10B | 62 | 4A |
| Octal | 267 | 175 | 376 | 34 | 63 | 0 | 0 | 413 | 142 | 112 |
| Binary | 10110111 | 1111101 | 11111110 | 11100 | 110011 | 0 | 0 | 100001011 | 1100010 | 1001010 |
Color Harmonies of #B77DFE
Complementary color
Monochromatic Colors of #B77DFE
Black with #B77DFE
Text Example
Text Example
White with #B77DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77DFE; }
p { color: rgb(183,125,254); }
H1.HeaderClassName
{
color: #B77DFE;
}
.AnyTagClassName
{
color: #B77DFE;
}
</style>
background-color css
<style>
a { background-color: #B77DFE; }
a { background-color: rgb(183,125,254); }
div.DivClassName
{
background-color: #B77DFE;
}
.BgClassName
{
background-color: #B77DFE;
}
</style>
border-color css
<style>
span { border-color: #B77DFE; }
span { border-color: rgb(183,125,254); }
td.TdClassName
{
border-color: #B77DFE;
}
.TagClassName
{
border-color: #B77DFE;
}
</style>