Shades of Heliotrope #B57CFF
Tints of Heliotrope #B57CFF
RGB
CMYK
RGB Variations
Color information
#B57CFF (or 0xB57CFF) is known color: Heliotrope. HEX triplet: B5, 7C and FF. RGB value is (181,124,255). Sum of RGB (Red+Green+Blue) = 181+124+255=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #B57CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CFF is #4A8300. Grayscale: #9B9B9B. Windows color (decimal): -4883201 or 16743605. OLE color: 16743605.
HSL color Cylindrical-coordinate representation of color #B57CFF: hue angle of 266.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B57CFF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 124 | 255 | - |
| CMYK | 0.29 | 0.51 | 0 | 0 |
| HSL | 266.11º | 1% | 0.74% | - |
| HSV(B) | 266.11º | 0.51% | 1% | - |
| XYZ | 44.31 | 31.46 | 98.34 | - |
| YUV | 155.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 255 | 0.29 | 0.51 | 0 | 0 | 266.11 | 1 | 0.74 |
| Hex | B5 | 7C | FF | 1D | 33 | 0 | 0 | 10A | 64 | 4A |
| Octal | 265 | 174 | 377 | 35 | 63 | 0 | 0 | 412 | 144 | 112 |
| Binary | 10110101 | 1111100 | 11111111 | 11101 | 110011 | 0 | 0 | 100001010 | 1100100 | 1001010 |
Color Harmonies of #B57CFF
Complementary color
Monochromatic Colors of #B57CFF
Black with #B57CFF
Text Example
Text Example
White with #B57CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CFF; }
p { color: rgb(181,124,255); }
H1.HeaderClassName
{
color: #B57CFF;
}
.AnyTagClassName
{
color: #B57CFF;
}
</style>
background-color css
<style>
a { background-color: #B57CFF; }
a { background-color: rgb(181,124,255); }
div.DivClassName
{
background-color: #B57CFF;
}
.BgClassName
{
background-color: #B57CFF;
}
</style>
border-color css
<style>
span { border-color: #B57CFF; }
span { border-color: rgb(181,124,255); }
td.TdClassName
{
border-color: #B57CFF;
}
.TagClassName
{
border-color: #B57CFF;
}
</style>