Shades of Biloba Flower #B190F6
Tints of Biloba Flower #B190F6
RGB
CMYK
RGB Variations
Color information
#B190F6 (or 0xB190F6) is known color: Biloba Flower. HEX triplet: B1, 90 and F6. RGB value is (177,144,246). Sum of RGB (Red+Green+Blue) = 177+144+246=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #B190F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B190F6 is #4E6F09. Grayscale: #A5A5A5. Windows color (decimal): -5140234 or 16158897. OLE color: 16158897.
HSL color Cylindrical-coordinate representation of color #B190F6: hue angle of 259.41º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B190F6 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 144 | 246 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.04 |
| HSL | 259.41º | 0.85% | 0.76% | - |
| HSV(B) | 259.41º | 0.41% | 0.96% | - |
| XYZ | 44.74 | 35.95 | 91.77 | - |
| YUV | 165.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 246 | 0.28 | 0.41 | 0 | 0.04 | 259.41 | 0.85 | 0.76 |
| Hex | B1 | 90 | F6 | 1C | 29 | 0 | 4 | 103 | 55 | 4C |
| Octal | 261 | 220 | 366 | 34 | 51 | 0 | 4 | 403 | 125 | 114 |
| Binary | 10110001 | 10010000 | 11110110 | 11100 | 101001 | 0 | 100 | 100000011 | 1010101 | 1001100 |
Color Harmonies of #B190F6
Complementary color
Monochromatic Colors of #B190F6
Black with #B190F6
Text Example
Text Example
White with #B190F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B190F6; }
p { color: rgb(177,144,246); }
H1.HeaderClassName
{
color: #B190F6;
}
.AnyTagClassName
{
color: #B190F6;
}
</style>
background-color css
<style>
a { background-color: #B190F6; }
a { background-color: rgb(177,144,246); }
div.DivClassName
{
background-color: #B190F6;
}
.BgClassName
{
background-color: #B190F6;
}
</style>
border-color css
<style>
span { border-color: #B190F6; }
span { border-color: rgb(177,144,246); }
td.TdClassName
{
border-color: #B190F6;
}
.TagClassName
{
border-color: #B190F6;
}
</style>