Shades of Biloba Flower #B57CDF
Tints of Biloba Flower #B57CDF
RGB
CMYK
RGB Variations
Color information
#B57CDF (or 0xB57CDF) is known color: Biloba Flower. HEX triplet: B5, 7C and DF. RGB value is (181,124,223). Sum of RGB (Red+Green+Blue) = 181+124+223=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #B57CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CDF is #4A8320. Grayscale: #979797. Windows color (decimal): -4883233 or 14646453. OLE color: 14646453.
HSL color Cylindrical-coordinate representation of color #B57CDF: hue angle of 274.55º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B57CDF is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 124 | 223 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.13 |
| HSL | 274.55º | 0.61% | 0.68% | - |
| HSV(B) | 274.55º | 0.44% | 0.87% | - |
| XYZ | 39.58 | 29.57 | 73.43 | - |
| YUV | 152.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 223 | 0.19 | 0.44 | 0 | 0.13 | 274.55 | 0.61 | 0.68 |
| Hex | B5 | 7C | DF | 13 | 2C | 0 | D | 113 | 3D | 44 |
| Octal | 265 | 174 | 337 | 23 | 54 | 0 | 15 | 423 | 75 | 104 |
| Binary | 10110101 | 1111100 | 11011111 | 10011 | 101100 | 0 | 1101 | 100010011 | 111101 | 1000100 |
Color Harmonies of #B57CDF
Complementary color
Monochromatic Colors of #B57CDF
Black with #B57CDF
Text Example
Text Example
White with #B57CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CDF; }
p { color: rgb(181,124,223); }
H1.HeaderClassName
{
color: #B57CDF;
}
.AnyTagClassName
{
color: #B57CDF;
}
</style>
background-color css
<style>
a { background-color: #B57CDF; }
a { background-color: rgb(181,124,223); }
div.DivClassName
{
background-color: #B57CDF;
}
.BgClassName
{
background-color: #B57CDF;
}
</style>
border-color css
<style>
span { border-color: #B57CDF; }
span { border-color: rgb(181,124,223); }
td.TdClassName
{
border-color: #B57CDF;
}
.TagClassName
{
border-color: #B57CDF;
}
</style>