Shades of Biloba Flower #B57BE8
Tints of Biloba Flower #B57BE8
RGB
CMYK
RGB Variations
Color information
#B57BE8 (or 0xB57BE8) is known color: Biloba Flower. HEX triplet: B5, 7B and E8. RGB value is (181,123,232). Sum of RGB (Red+Green+Blue) = 181+123+232=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #B57BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57BE8 is #4A8417. Grayscale: #989898. Windows color (decimal): -4883480 or 15236021. OLE color: 15236021.
HSL color Cylindrical-coordinate representation of color #B57BE8: hue angle of 271.93º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B57BE8 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 123 | 232 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.09 |
| HSL | 271.93º | 0.7% | 0.7% | - |
| HSV(B) | 271.93º | 0.47% | 0.91% | - |
| XYZ | 40.7 | 29.82 | 79.95 | - |
| YUV | 152.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 232 | 0.22 | 0.47 | 0 | 0.09 | 271.93 | 0.7 | 0.7 |
| Hex | B5 | 7B | E8 | 16 | 2F | 0 | 9 | 110 | 46 | 46 |
| Octal | 265 | 173 | 350 | 26 | 57 | 0 | 11 | 420 | 106 | 106 |
| Binary | 10110101 | 1111011 | 11101000 | 10110 | 101111 | 0 | 1001 | 100010000 | 1000110 | 1000110 |
Color Harmonies of #B57BE8
Complementary color
Monochromatic Colors of #B57BE8
Black with #B57BE8
Text Example
Text Example
White with #B57BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BE8; }
p { color: rgb(181,123,232); }
H1.HeaderClassName
{
color: #B57BE8;
}
.AnyTagClassName
{
color: #B57BE8;
}
</style>
background-color css
<style>
a { background-color: #B57BE8; }
a { background-color: rgb(181,123,232); }
div.DivClassName
{
background-color: #B57BE8;
}
.BgClassName
{
background-color: #B57BE8;
}
</style>
border-color css
<style>
span { border-color: #B57BE8; }
span { border-color: rgb(181,123,232); }
td.TdClassName
{
border-color: #B57BE8;
}
.TagClassName
{
border-color: #B57BE8;
}
</style>