Shades of Heliotrope #B57AFE
Tints of Heliotrope #B57AFE
RGB
CMYK
RGB Variations
Color information
#B57AFE (or 0xB57AFE) is known color: Heliotrope. HEX triplet: B5, 7A and FE. RGB value is (181,122,254). Sum of RGB (Red+Green+Blue) = 181+122+254=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #B57AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57AFE is #4A8501. Grayscale: #9A9A9A. Windows color (decimal): -4883714 or 16677557. OLE color: 16677557.
HSL color Cylindrical-coordinate representation of color #B57AFE: hue angle of 266.82º 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 #B57AFE is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 122 | 254 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.00 |
| HSL | 266.82º | 0.99% | 0.74% | - |
| HSV(B) | 266.82º | 0.52% | 1% | - |
| XYZ | 43.9 | 30.9 | 97.42 | - |
| YUV | 154.69 | 184.05 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 254 | 0.29 | 0.52 | 0 | 0.00 | 266.82 | 0.99 | 0.74 |
| Hex | B5 | 7A | FE | 1D | 34 | 0 | 0 | 10B | 63 | 4A |
| Octal | 265 | 172 | 376 | 35 | 64 | 0 | 0 | 413 | 143 | 112 |
| Binary | 10110101 | 1111010 | 11111110 | 11101 | 110100 | 0 | 0 | 100001011 | 1100011 | 1001010 |
Color Harmonies of #B57AFE
Complementary color
Monochromatic Colors of #B57AFE
Black with #B57AFE
Text Example
Text Example
White with #B57AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57AFE; }
p { color: rgb(181,122,254); }
H1.HeaderClassName
{
color: #B57AFE;
}
.AnyTagClassName
{
color: #B57AFE;
}
</style>
background-color css
<style>
a { background-color: #B57AFE; }
a { background-color: rgb(181,122,254); }
div.DivClassName
{
background-color: #B57AFE;
}
.BgClassName
{
background-color: #B57AFE;
}
</style>
border-color css
<style>
span { border-color: #B57AFE; }
span { border-color: rgb(181,122,254); }
td.TdClassName
{
border-color: #B57AFE;
}
.TagClassName
{
border-color: #B57AFE;
}
</style>