Shades of Biloba Flower #B294E6
Tints of Biloba Flower #B294E6
RGB
CMYK
RGB Variations
Color information
#B294E6 (or 0xB294E6) is known color: Biloba Flower. HEX triplet: B2, 94 and E6. RGB value is (178,148,230). Sum of RGB (Red+Green+Blue) = 178+148+230=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #B294E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294E6 is #4D6B19. Grayscale: #A6A6A6. Windows color (decimal): -5073690 or 15111346. OLE color: 15111346.
HSL color Cylindrical-coordinate representation of color #B294E6: hue angle of 261.95º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B294E6 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 148 | 230 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.10 |
| HSL | 261.95º | 0.62% | 0.74% | - |
| HSV(B) | 261.95º | 0.36% | 0.9% | - |
| XYZ | 43.23 | 36.36 | 79.6 | - |
| YUV | 166.32 | 163.94 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 230 | 0.23 | 0.36 | 0 | 0.10 | 261.95 | 0.62 | 0.74 |
| Hex | B2 | 94 | E6 | 17 | 24 | 0 | A | 106 | 3E | 4A |
| Octal | 262 | 224 | 346 | 27 | 44 | 0 | 12 | 406 | 76 | 112 |
| Binary | 10110010 | 10010100 | 11100110 | 10111 | 100100 | 0 | 1010 | 100000110 | 111110 | 1001010 |
Color Harmonies of #B294E6
Complementary color
Monochromatic Colors of #B294E6
Black with #B294E6
Text Example
Text Example
White with #B294E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B294E6; }
p { color: rgb(178,148,230); }
H1.HeaderClassName
{
color: #B294E6;
}
.AnyTagClassName
{
color: #B294E6;
}
</style>
background-color css
<style>
a { background-color: #B294E6; }
a { background-color: rgb(178,148,230); }
div.DivClassName
{
background-color: #B294E6;
}
.BgClassName
{
background-color: #B294E6;
}
</style>
border-color css
<style>
span { border-color: #B294E6; }
span { border-color: rgb(178,148,230); }
td.TdClassName
{
border-color: #B294E6;
}
.TagClassName
{
border-color: #B294E6;
}
</style>