Shades of Biloba Flower #B490DF
Tints of Biloba Flower #B490DF
RGB
CMYK
RGB Variations
Color information
#B490DF (or 0xB490DF) is known color: Biloba Flower. HEX triplet: B4, 90 and DF. RGB value is (180,144,223). Sum of RGB (Red+Green+Blue) = 180+144+223=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B490DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490DF is #4B6F20. Grayscale: #A3A3A3. Windows color (decimal): -4943649 or 14651572. OLE color: 14651572.
HSL color Cylindrical-coordinate representation of color #B490DF: hue angle of 267.34º 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 #B490DF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 144 | 223 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.13 |
| HSL | 267.34º | 0.55% | 0.72% | - |
| HSV(B) | 267.34º | 0.35% | 0.87% | - |
| XYZ | 42.11 | 34.98 | 74.34 | - |
| YUV | 163.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 223 | 0.19 | 0.35 | 0 | 0.13 | 267.34 | 0.55 | 0.72 |
| Hex | B4 | 90 | DF | 13 | 23 | 0 | D | 10B | 37 | 48 |
| Octal | 264 | 220 | 337 | 23 | 43 | 0 | 15 | 413 | 67 | 110 |
| Binary | 10110100 | 10010000 | 11011111 | 10011 | 100011 | 0 | 1101 | 100001011 | 110111 | 1001000 |
Color Harmonies of #B490DF
Complementary color
Monochromatic Colors of #B490DF
Black with #B490DF
Text Example
Text Example
White with #B490DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B490DF; }
p { color: rgb(180,144,223); }
H1.HeaderClassName
{
color: #B490DF;
}
.AnyTagClassName
{
color: #B490DF;
}
</style>
background-color css
<style>
a { background-color: #B490DF; }
a { background-color: rgb(180,144,223); }
div.DivClassName
{
background-color: #B490DF;
}
.BgClassName
{
background-color: #B490DF;
}
</style>
border-color css
<style>
span { border-color: #B490DF; }
span { border-color: rgb(180,144,223); }
td.TdClassName
{
border-color: #B490DF;
}
.TagClassName
{
border-color: #B490DF;
}
</style>