Shades of Biloba Flower #B494DF
Tints of Biloba Flower #B494DF
RGB
CMYK
RGB Variations
Color information
#B494DF (or 0xB494DF) is known color: Biloba Flower. HEX triplet: B4, 94 and DF. RGB value is (180,148,223). Sum of RGB (Red+Green+Blue) = 180+148+223=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #B494DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494DF is #4B6B20. Grayscale: #A5A5A5. Windows color (decimal): -4942625 or 14652596. OLE color: 14652596.
HSL color Cylindrical-coordinate representation of color #B494DF: hue angle of 265.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B494DF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 148 | 223 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.13 |
| HSL | 265.6º | 0.54% | 0.73% | - |
| HSV(B) | 265.6º | 0.34% | 0.87% | - |
| XYZ | 42.73 | 36.21 | 74.55 | - |
| YUV | 166.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 148 | 223 | 0.19 | 0.34 | 0 | 0.13 | 265.6 | 0.54 | 0.73 |
| Hex | B4 | 94 | DF | 13 | 22 | 0 | D | 10A | 36 | 49 |
| Octal | 264 | 224 | 337 | 23 | 42 | 0 | 15 | 412 | 66 | 111 |
| Binary | 10110100 | 10010100 | 11011111 | 10011 | 100010 | 0 | 1101 | 100001010 | 110110 | 1001001 |
Color Harmonies of #B494DF
Complementary color
Monochromatic Colors of #B494DF
Black with #B494DF
Text Example
Text Example
White with #B494DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B494DF; }
p { color: rgb(180,148,223); }
H1.HeaderClassName
{
color: #B494DF;
}
.AnyTagClassName
{
color: #B494DF;
}
</style>
background-color css
<style>
a { background-color: #B494DF; }
a { background-color: rgb(180,148,223); }
div.DivClassName
{
background-color: #B494DF;
}
.BgClassName
{
background-color: #B494DF;
}
</style>
border-color css
<style>
span { border-color: #B494DF; }
span { border-color: rgb(180,148,223); }
td.TdClassName
{
border-color: #B494DF;
}
.TagClassName
{
border-color: #B494DF;
}
</style>