Shades of Biloba Flower #B491DF
Tints of Biloba Flower #B491DF
RGB
CMYK
RGB Variations
Color information
#B491DF (or 0xB491DF) is known color: Biloba Flower. HEX triplet: B4, 91 and DF. RGB value is (180,145,223). Sum of RGB (Red+Green+Blue) = 180+145+223=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B491DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491DF is #4B6E20. Grayscale: #A4A4A4. Windows color (decimal): -4943393 or 14651828. OLE color: 14651828.
HSL color Cylindrical-coordinate representation of color #B491DF: hue angle of 266.92º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B491DF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 145 | 223 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.13 |
| HSL | 266.92º | 0.55% | 0.72% | - |
| HSV(B) | 266.92º | 0.35% | 0.87% | - |
| XYZ | 42.27 | 35.28 | 74.39 | - |
| YUV | 164.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 223 | 0.19 | 0.35 | 0 | 0.13 | 266.92 | 0.55 | 0.72 |
| Hex | B4 | 91 | DF | 13 | 23 | 0 | D | 10B | 37 | 48 |
| Octal | 264 | 221 | 337 | 23 | 43 | 0 | 15 | 413 | 67 | 110 |
| Binary | 10110100 | 10010001 | 11011111 | 10011 | 100011 | 0 | 1101 | 100001011 | 110111 | 1001000 |
Color Harmonies of #B491DF
Complementary color
Monochromatic Colors of #B491DF
Black with #B491DF
Text Example
Text Example
White with #B491DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491DF; }
p { color: rgb(180,145,223); }
H1.HeaderClassName
{
color: #B491DF;
}
.AnyTagClassName
{
color: #B491DF;
}
</style>
background-color css
<style>
a { background-color: #B491DF; }
a { background-color: rgb(180,145,223); }
div.DivClassName
{
background-color: #B491DF;
}
.BgClassName
{
background-color: #B491DF;
}
</style>
border-color css
<style>
span { border-color: #B491DF; }
span { border-color: rgb(180,145,223); }
td.TdClassName
{
border-color: #B491DF;
}
.TagClassName
{
border-color: #B491DF;
}
</style>