Shades of Biloba Flower #B57BDF
Tints of Biloba Flower #B57BDF
RGB
CMYK
RGB Variations
Color information
#B57BDF (or 0xB57BDF) is known color: Biloba Flower. HEX triplet: B5, 7B and DF. RGB value is (181,123,223). Sum of RGB (Red+Green+Blue) = 181+123+223=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B57BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BDF is #4A8420. Grayscale: #979797. Windows color (decimal): -4883489 or 14646197. OLE color: 14646197.
HSL color Cylindrical-coordinate representation of color #B57BDF: hue angle of 274.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B57BDF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 123 | 223 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.13 |
| HSL | 274.8º | 0.61% | 0.68% | - |
| HSV(B) | 274.8º | 0.45% | 0.87% | - |
| XYZ | 39.46 | 29.32 | 73.39 | - |
| YUV | 151.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 223 | 0.19 | 0.45 | 0 | 0.13 | 274.8 | 0.61 | 0.68 |
| Hex | B5 | 7B | DF | 13 | 2D | 0 | D | 113 | 3D | 44 |
| Octal | 265 | 173 | 337 | 23 | 55 | 0 | 15 | 423 | 75 | 104 |
| Binary | 10110101 | 1111011 | 11011111 | 10011 | 101101 | 0 | 1101 | 100010011 | 111101 | 1000100 |
Color Harmonies of #B57BDF
Complementary color
Monochromatic Colors of #B57BDF
Black with #B57BDF
Text Example
Text Example
White with #B57BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BDF; }
p { color: rgb(181,123,223); }
H1.HeaderClassName
{
color: #B57BDF;
}
.AnyTagClassName
{
color: #B57BDF;
}
</style>
background-color css
<style>
a { background-color: #B57BDF; }
a { background-color: rgb(181,123,223); }
div.DivClassName
{
background-color: #B57BDF;
}
.BgClassName
{
background-color: #B57BDF;
}
</style>
border-color css
<style>
span { border-color: #B57BDF; }
span { border-color: rgb(181,123,223); }
td.TdClassName
{
border-color: #B57BDF;
}
.TagClassName
{
border-color: #B57BDF;
}
</style>