Shades of Biloba Flower #B194EF
Tints of Biloba Flower #B194EF
RGB
CMYK
RGB Variations
Color information
#B194EF (or 0xB194EF) is known color: Biloba Flower. HEX triplet: B1, 94 and EF. RGB value is (177,148,239). Sum of RGB (Red+Green+Blue) = 177+148+239=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #B194EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194EF is #4E6B10. Grayscale: #A6A6A6. Windows color (decimal): -5139217 or 15701169. OLE color: 15701169.
HSL color Cylindrical-coordinate representation of color #B194EF: hue angle of 259.12º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B194EF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 148 | 239 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.06 |
| HSL | 259.12º | 0.74% | 0.76% | - |
| HSV(B) | 259.12º | 0.38% | 0.94% | - |
| XYZ | 44.3 | 36.76 | 86.42 | - |
| YUV | 167.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 239 | 0.26 | 0.38 | 0 | 0.06 | 259.12 | 0.74 | 0.76 |
| Hex | B1 | 94 | EF | 1A | 26 | 0 | 6 | 103 | 4A | 4C |
| Octal | 261 | 224 | 357 | 32 | 46 | 0 | 6 | 403 | 112 | 114 |
| Binary | 10110001 | 10010100 | 11101111 | 11010 | 100110 | 0 | 110 | 100000011 | 1001010 | 1001100 |
Color Harmonies of #B194EF
Complementary color
Monochromatic Colors of #B194EF
Black with #B194EF
Text Example
Text Example
White with #B194EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B194EF; }
p { color: rgb(177,148,239); }
H1.HeaderClassName
{
color: #B194EF;
}
.AnyTagClassName
{
color: #B194EF;
}
</style>
background-color css
<style>
a { background-color: #B194EF; }
a { background-color: rgb(177,148,239); }
div.DivClassName
{
background-color: #B194EF;
}
.BgClassName
{
background-color: #B194EF;
}
</style>
border-color css
<style>
span { border-color: #B194EF; }
span { border-color: rgb(177,148,239); }
td.TdClassName
{
border-color: #B194EF;
}
.TagClassName
{
border-color: #B194EF;
}
</style>