Shades of Biloba Flower #B490D0
Tints of Biloba Flower #B490D0
RGB
CMYK
RGB Variations
Color information
#B490D0 (or 0xB490D0) is known color: Biloba Flower. HEX triplet: B4, 90 and D0. RGB value is (180,144,208). Sum of RGB (Red+Green+Blue) = 180+144+208=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #B490D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490D0 is #4B6F2F. Grayscale: #A1A1A1. Windows color (decimal): -4943664 or 13668532. OLE color: 13668532.
HSL color Cylindrical-coordinate representation of color #B490D0: hue angle of 273.75º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B490D0 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 144 | 208 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.18 |
| HSL | 273.75º | 0.41% | 0.69% | - |
| HSV(B) | 273.75º | 0.31% | 0.82% | - |
| XYZ | 40.18 | 34.2 | 64.16 | - |
| YUV | 162.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 208 | 0.13 | 0.31 | 0 | 0.18 | 273.75 | 0.41 | 0.69 |
| Hex | B4 | 90 | D0 | D | 1F | 0 | 12 | 112 | 29 | 45 |
| Octal | 264 | 220 | 320 | 15 | 37 | 0 | 22 | 422 | 51 | 105 |
| Binary | 10110100 | 10010000 | 11010000 | 1101 | 11111 | 0 | 10010 | 100010010 | 101001 | 1000101 |
Color Harmonies of #B490D0
Complementary color
Monochromatic Colors of #B490D0
Black with #B490D0
Text Example
Text Example
White with #B490D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B490D0; }
p { color: rgb(180,144,208); }
H1.HeaderClassName
{
color: #B490D0;
}
.AnyTagClassName
{
color: #B490D0;
}
</style>
background-color css
<style>
a { background-color: #B490D0; }
a { background-color: rgb(180,144,208); }
div.DivClassName
{
background-color: #B490D0;
}
.BgClassName
{
background-color: #B490D0;
}
</style>
border-color css
<style>
span { border-color: #B490D0; }
span { border-color: rgb(180,144,208); }
td.TdClassName
{
border-color: #B490D0;
}
.TagClassName
{
border-color: #B490D0;
}
</style>