Shades of Biloba Flower #B194F2
Tints of Biloba Flower #B194F2
RGB
CMYK
RGB Variations
Color information
#B194F2 (or 0xB194F2) is known color: Biloba Flower. HEX triplet: B1, 94 and F2. RGB value is (177,148,242). Sum of RGB (Red+Green+Blue) = 177+148+242=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #B194F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194F2 is #4E6B0D. Grayscale: #A7A7A7. Windows color (decimal): -5139214 or 15897777. OLE color: 15897777.
HSL color Cylindrical-coordinate representation of color #B194F2: hue angle of 258.51º degrees, saturation: 0.78, 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 #B194F2 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 148 | 242 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.05 |
| HSL | 258.51º | 0.78% | 0.76% | - |
| HSV(B) | 258.51º | 0.39% | 0.95% | - |
| XYZ | 44.75 | 36.94 | 88.78 | - |
| YUV | 167.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 242 | 0.27 | 0.39 | 0 | 0.05 | 258.51 | 0.78 | 0.76 |
| Hex | B1 | 94 | F2 | 1B | 27 | 0 | 5 | 103 | 4E | 4C |
| Octal | 261 | 224 | 362 | 33 | 47 | 0 | 5 | 403 | 116 | 114 |
| Binary | 10110001 | 10010100 | 11110010 | 11011 | 100111 | 0 | 101 | 100000011 | 1001110 | 1001100 |
Color Harmonies of #B194F2
Complementary color
Monochromatic Colors of #B194F2
Black with #B194F2
Text Example
Text Example
White with #B194F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B194F2; }
p { color: rgb(177,148,242); }
H1.HeaderClassName
{
color: #B194F2;
}
.AnyTagClassName
{
color: #B194F2;
}
</style>
background-color css
<style>
a { background-color: #B194F2; }
a { background-color: rgb(177,148,242); }
div.DivClassName
{
background-color: #B194F2;
}
.BgClassName
{
background-color: #B194F2;
}
</style>
border-color css
<style>
span { border-color: #B194F2; }
span { border-color: rgb(177,148,242); }
td.TdClassName
{
border-color: #B194F2;
}
.TagClassName
{
border-color: #B194F2;
}
</style>