Shades of Biloba Flower #B491DA
Tints of Biloba Flower #B491DA
RGB
CMYK
RGB Variations
Color information
#B491DA (or 0xB491DA) is known color: Biloba Flower. HEX triplet: B4, 91 and DA. RGB value is (180,145,218). Sum of RGB (Red+Green+Blue) = 180+145+218=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #B491DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491DA is #4B6E25. Grayscale: #A3A3A3. Windows color (decimal): -4943398 or 14324148. OLE color: 14324148.
HSL color Cylindrical-coordinate representation of color #B491DA: hue angle of 268.77º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B491DA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 145 | 218 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.15 |
| HSL | 268.77º | 0.5% | 0.71% | - |
| HSV(B) | 268.77º | 0.33% | 0.85% | - |
| XYZ | 41.6 | 35.02 | 70.9 | - |
| YUV | 163.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 218 | 0.17 | 0.33 | 0 | 0.15 | 268.77 | 0.5 | 0.71 |
| Hex | B4 | 91 | DA | 11 | 21 | 0 | F | 10D | 32 | 47 |
| Octal | 264 | 221 | 332 | 21 | 41 | 0 | 17 | 415 | 62 | 107 |
| Binary | 10110100 | 10010001 | 11011010 | 10001 | 100001 | 0 | 1111 | 100001101 | 110010 | 1000111 |
Color Harmonies of #B491DA
Complementary color
Monochromatic Colors of #B491DA
Black with #B491DA
Text Example
Text Example
White with #B491DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491DA; }
p { color: rgb(180,145,218); }
H1.HeaderClassName
{
color: #B491DA;
}
.AnyTagClassName
{
color: #B491DA;
}
</style>
background-color css
<style>
a { background-color: #B491DA; }
a { background-color: rgb(180,145,218); }
div.DivClassName
{
background-color: #B491DA;
}
.BgClassName
{
background-color: #B491DA;
}
</style>
border-color css
<style>
span { border-color: #B491DA; }
span { border-color: rgb(180,145,218); }
td.TdClassName
{
border-color: #B491DA;
}
.TagClassName
{
border-color: #B491DA;
}
</style>