Shades of Biloba Flower #B57FDD
Tints of Biloba Flower #B57FDD
RGB
CMYK
RGB Variations
Color information
#B57FDD (or 0xB57FDD) is known color: Biloba Flower. HEX triplet: B5, 7F and DD. RGB value is (181,127,221). Sum of RGB (Red+Green+Blue) = 181+127+221=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #B57FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FDD is #4A8022. Grayscale: #999999. Windows color (decimal): -4882467 or 14516149. OLE color: 14516149.
HSL color Cylindrical-coordinate representation of color #B57FDD: hue angle of 274.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57FDD is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 127 | 221 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.13 |
| HSL | 274.47º | 0.58% | 0.68% | - |
| HSV(B) | 274.47º | 0.43% | 0.87% | - |
| XYZ | 39.7 | 30.22 | 72.15 | - |
| YUV | 153.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 221 | 0.18 | 0.43 | 0 | 0.13 | 274.47 | 0.58 | 0.68 |
| Hex | B5 | 7F | DD | 12 | 2B | 0 | D | 112 | 3A | 44 |
| Octal | 265 | 177 | 335 | 22 | 53 | 0 | 15 | 422 | 72 | 104 |
| Binary | 10110101 | 1111111 | 11011101 | 10010 | 101011 | 0 | 1101 | 100010010 | 111010 | 1000100 |
Color Harmonies of #B57FDD
Complementary color
Monochromatic Colors of #B57FDD
Black with #B57FDD
Text Example
Text Example
White with #B57FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FDD; }
p { color: rgb(181,127,221); }
H1.HeaderClassName
{
color: #B57FDD;
}
.AnyTagClassName
{
color: #B57FDD;
}
</style>
background-color css
<style>
a { background-color: #B57FDD; }
a { background-color: rgb(181,127,221); }
div.DivClassName
{
background-color: #B57FDD;
}
.BgClassName
{
background-color: #B57FDD;
}
</style>
border-color css
<style>
span { border-color: #B57FDD; }
span { border-color: rgb(181,127,221); }
td.TdClassName
{
border-color: #B57FDD;
}
.TagClassName
{
border-color: #B57FDD;
}
</style>