Shades of Biloba Flower #B294F1
Tints of Biloba Flower #B294F1
RGB
CMYK
RGB Variations
Color information
#B294F1 (or 0xB294F1) is known color: Biloba Flower. HEX triplet: B2, 94 and F1. RGB value is (178,148,241). Sum of RGB (Red+Green+Blue) = 178+148+241=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #B294F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294F1 is #4D6B0E. Grayscale: #A7A7A7. Windows color (decimal): -5073679 or 15832242. OLE color: 15832242.
HSL color Cylindrical-coordinate representation of color #B294F1: hue angle of 259.35º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B294F1 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 148 | 241 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.05 |
| HSL | 259.35º | 0.77% | 0.76% | - |
| HSV(B) | 259.35º | 0.39% | 0.95% | - |
| XYZ | 44.83 | 37 | 88 | - |
| YUV | 167.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 241 | 0.26 | 0.39 | 0 | 0.05 | 259.35 | 0.77 | 0.76 |
| Hex | B2 | 94 | F1 | 1A | 27 | 0 | 5 | 103 | 4D | 4C |
| Octal | 262 | 224 | 361 | 32 | 47 | 0 | 5 | 403 | 115 | 114 |
| Binary | 10110010 | 10010100 | 11110001 | 11010 | 100111 | 0 | 101 | 100000011 | 1001101 | 1001100 |
Color Harmonies of #B294F1
Complementary color
Monochromatic Colors of #B294F1
Black with #B294F1
Text Example
Text Example
White with #B294F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294F1; }
p { color: rgb(178,148,241); }
H1.HeaderClassName
{
color: #B294F1;
}
.AnyTagClassName
{
color: #B294F1;
}
</style>
background-color css
<style>
a { background-color: #B294F1; }
a { background-color: rgb(178,148,241); }
div.DivClassName
{
background-color: #B294F1;
}
.BgClassName
{
background-color: #B294F1;
}
</style>
border-color css
<style>
span { border-color: #B294F1; }
span { border-color: rgb(178,148,241); }
td.TdClassName
{
border-color: #B294F1;
}
.TagClassName
{
border-color: #B294F1;
}
</style>