Shades of Heliotrope #B77AFE
Tints of Heliotrope #B77AFE
RGB
CMYK
RGB Variations
Color information
#B77AFE (or 0xB77AFE) is known color: Heliotrope. HEX triplet: B7, 7A and FE. RGB value is (183,122,254). Sum of RGB (Red+Green+Blue) = 183+122+254=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #B77AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77AFE is #488501. Grayscale: #9A9A9A. Windows color (decimal): -4752642 or 16677559. OLE color: 16677559.
HSL color Cylindrical-coordinate representation of color #B77AFE: hue angle of 267.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B77AFE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 122 | 254 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.00 |
| HSL | 267.73º | 0.99% | 0.74% | - |
| HSV(B) | 267.73º | 0.52% | 1% | - |
| XYZ | 44.38 | 31.14 | 97.44 | - |
| YUV | 155.29 | 183.71 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 254 | 0.28 | 0.52 | 0 | 0.00 | 267.73 | 0.99 | 0.74 |
| Hex | B7 | 7A | FE | 1C | 34 | 0 | 0 | 10C | 63 | 4A |
| Octal | 267 | 172 | 376 | 34 | 64 | 0 | 0 | 414 | 143 | 112 |
| Binary | 10110111 | 1111010 | 11111110 | 11100 | 110100 | 0 | 0 | 100001100 | 1100011 | 1001010 |
Color Harmonies of #B77AFE
Complementary color
Monochromatic Colors of #B77AFE
Black with #B77AFE
Text Example
Text Example
White with #B77AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AFE; }
p { color: rgb(183,122,254); }
H1.HeaderClassName
{
color: #B77AFE;
}
.AnyTagClassName
{
color: #B77AFE;
}
</style>
background-color css
<style>
a { background-color: #B77AFE; }
a { background-color: rgb(183,122,254); }
div.DivClassName
{
background-color: #B77AFE;
}
.BgClassName
{
background-color: #B77AFE;
}
</style>
border-color css
<style>
span { border-color: #B77AFE; }
span { border-color: rgb(183,122,254); }
td.TdClassName
{
border-color: #B77AFE;
}
.TagClassName
{
border-color: #B77AFE;
}
</style>