Shades of Biloba Flower #B194E6
Tints of Biloba Flower #B194E6
RGB
CMYK
RGB Variations
Color information
#B194E6 (or 0xB194E6) is known color: Biloba Flower. HEX triplet: B1, 94 and E6. RGB value is (177,148,230). Sum of RGB (Red+Green+Blue) = 177+148+230=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #B194E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194E6 is #4E6B19. Grayscale: #A5A5A5. Windows color (decimal): -5139226 or 15111345. OLE color: 15111345.
HSL color Cylindrical-coordinate representation of color #B194E6: hue angle of 261.22º 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 #B194E6 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 148 | 230 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.10 |
| HSL | 261.22º | 0.62% | 0.74% | - |
| HSV(B) | 261.22º | 0.36% | 0.9% | - |
| XYZ | 43 | 36.24 | 79.59 | - |
| YUV | 166.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 230 | 0.23 | 0.36 | 0 | 0.10 | 261.22 | 0.62 | 0.74 |
| Hex | B1 | 94 | E6 | 17 | 24 | 0 | A | 105 | 3E | 4A |
| Octal | 261 | 224 | 346 | 27 | 44 | 0 | 12 | 405 | 76 | 112 |
| Binary | 10110001 | 10010100 | 11100110 | 10111 | 100100 | 0 | 1010 | 100000101 | 111110 | 1001010 |
Color Harmonies of #B194E6
Complementary color
Monochromatic Colors of #B194E6
Black with #B194E6
Text Example
Text Example
White with #B194E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B194E6; }
p { color: rgb(177,148,230); }
H1.HeaderClassName
{
color: #B194E6;
}
.AnyTagClassName
{
color: #B194E6;
}
</style>
background-color css
<style>
a { background-color: #B194E6; }
a { background-color: rgb(177,148,230); }
div.DivClassName
{
background-color: #B194E6;
}
.BgClassName
{
background-color: #B194E6;
}
</style>
border-color css
<style>
span { border-color: #B194E6; }
span { border-color: rgb(177,148,230); }
td.TdClassName
{
border-color: #B194E6;
}
.TagClassName
{
border-color: #B194E6;
}
</style>