Shades of Biloba Flower #B57DE6
Tints of Biloba Flower #B57DE6
RGB
CMYK
RGB Variations
Color information
#B57DE6 (or 0xB57DE6) is known color: Biloba Flower. HEX triplet: B5, 7D and E6. RGB value is (181,125,230). Sum of RGB (Red+Green+Blue) = 181+125+230=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #B57DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DE6 is #4A8219. Grayscale: #999999. Windows color (decimal): -4882970 or 15105461. OLE color: 15105461.
HSL color Cylindrical-coordinate representation of color #B57DE6: hue angle of 272º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B57DE6 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 125 | 230 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.10 |
| HSL | 272º | 0.68% | 0.7% | - |
| HSV(B) | 272º | 0.46% | 0.9% | - |
| XYZ | 40.67 | 30.2 | 78.55 | - |
| YUV | 153.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 230 | 0.21 | 0.46 | 0 | 0.10 | 272 | 0.68 | 0.7 |
| Hex | B5 | 7D | E6 | 15 | 2E | 0 | A | 110 | 44 | 46 |
| Octal | 265 | 175 | 346 | 25 | 56 | 0 | 12 | 420 | 104 | 106 |
| Binary | 10110101 | 1111101 | 11100110 | 10101 | 101110 | 0 | 1010 | 100010000 | 1000100 | 1000110 |
Color Harmonies of #B57DE6
Complementary color
Monochromatic Colors of #B57DE6
Black with #B57DE6
Text Example
Text Example
White with #B57DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DE6; }
p { color: rgb(181,125,230); }
H1.HeaderClassName
{
color: #B57DE6;
}
.AnyTagClassName
{
color: #B57DE6;
}
</style>
background-color css
<style>
a { background-color: #B57DE6; }
a { background-color: rgb(181,125,230); }
div.DivClassName
{
background-color: #B57DE6;
}
.BgClassName
{
background-color: #B57DE6;
}
</style>
border-color css
<style>
span { border-color: #B57DE6; }
span { border-color: rgb(181,125,230); }
td.TdClassName
{
border-color: #B57DE6;
}
.TagClassName
{
border-color: #B57DE6;
}
</style>