Shades of Biloba Flower #B57AE4
Tints of Biloba Flower #B57AE4
RGB
CMYK
RGB Variations
Color information
#B57AE4 (or 0xB57AE4) is known color: Biloba Flower. HEX triplet: B5, 7A and E4. RGB value is (181,122,228). Sum of RGB (Red+Green+Blue) = 181+122+228=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #B57AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AE4 is #4A851B. Grayscale: #979797. Windows color (decimal): -4883740 or 14973621. OLE color: 14973621.
HSL color Cylindrical-coordinate representation of color #B57AE4: hue angle of 273.4º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B57AE4 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 122 | 228 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.11 |
| HSL | 273.4º | 0.66% | 0.69% | - |
| HSV(B) | 273.4º | 0.46% | 0.89% | - |
| XYZ | 40.02 | 29.34 | 76.95 | - |
| YUV | 151.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 228 | 0.21 | 0.46 | 0 | 0.11 | 273.4 | 0.66 | 0.69 |
| Hex | B5 | 7A | E4 | 15 | 2E | 0 | B | 111 | 42 | 45 |
| Octal | 265 | 172 | 344 | 25 | 56 | 0 | 13 | 421 | 102 | 105 |
| Binary | 10110101 | 1111010 | 11100100 | 10101 | 101110 | 0 | 1011 | 100010001 | 1000010 | 1000101 |
Color Harmonies of #B57AE4
Complementary color
Monochromatic Colors of #B57AE4
Black with #B57AE4
Text Example
Text Example
White with #B57AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57AE4; }
p { color: rgb(181,122,228); }
H1.HeaderClassName
{
color: #B57AE4;
}
.AnyTagClassName
{
color: #B57AE4;
}
</style>
background-color css
<style>
a { background-color: #B57AE4; }
a { background-color: rgb(181,122,228); }
div.DivClassName
{
background-color: #B57AE4;
}
.BgClassName
{
background-color: #B57AE4;
}
</style>
border-color css
<style>
span { border-color: #B57AE4; }
span { border-color: rgb(181,122,228); }
td.TdClassName
{
border-color: #B57AE4;
}
.TagClassName
{
border-color: #B57AE4;
}
</style>