Shades of Biloba Flower #B495DA
Tints of Biloba Flower #B495DA
RGB
CMYK
RGB Variations
Color information
#B495DA (or 0xB495DA) is known color: Biloba Flower. HEX triplet: B4, 95 and DA. RGB value is (180,149,218). Sum of RGB (Red+Green+Blue) = 180+149+218=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #B495DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B495DA is #4B6A25. Grayscale: #A5A5A5. Windows color (decimal): -4942374 or 14325172. OLE color: 14325172.
HSL color Cylindrical-coordinate representation of color #B495DA: hue angle of 266.96º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B495DA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 149 | 218 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.15 |
| HSL | 266.96º | 0.48% | 0.72% | - |
| HSV(B) | 266.96º | 0.32% | 0.85% | - |
| XYZ | 42.22 | 36.26 | 71.1 | - |
| YUV | 166.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 218 | 0.17 | 0.32 | 0 | 0.15 | 266.96 | 0.48 | 0.72 |
| Hex | B4 | 95 | DA | 11 | 20 | 0 | F | 10B | 30 | 48 |
| Octal | 264 | 225 | 332 | 21 | 40 | 0 | 17 | 413 | 60 | 110 |
| Binary | 10110100 | 10010101 | 11011010 | 10001 | 100000 | 0 | 1111 | 100001011 | 110000 | 1001000 |
Color Harmonies of #B495DA
Complementary color
Monochromatic Colors of #B495DA
Black with #B495DA
Text Example
Text Example
White with #B495DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495DA; }
p { color: rgb(180,149,218); }
H1.HeaderClassName
{
color: #B495DA;
}
.AnyTagClassName
{
color: #B495DA;
}
</style>
background-color css
<style>
a { background-color: #B495DA; }
a { background-color: rgb(180,149,218); }
div.DivClassName
{
background-color: #B495DA;
}
.BgClassName
{
background-color: #B495DA;
}
</style>
border-color css
<style>
span { border-color: #B495DA; }
span { border-color: rgb(180,149,218); }
td.TdClassName
{
border-color: #B495DA;
}
.TagClassName
{
border-color: #B495DA;
}
</style>