Shades of Biloba Flower #B190F0
Tints of Biloba Flower #B190F0
RGB
CMYK
RGB Variations
Color information
#B190F0 (or 0xB190F0) is known color: Biloba Flower. HEX triplet: B1, 90 and F0. RGB value is (177,144,240). Sum of RGB (Red+Green+Blue) = 177+144+240=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #B190F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B190F0 is #4E6F0F. Grayscale: #A4A4A4. Windows color (decimal): -5140240 or 15765681. OLE color: 15765681.
HSL color Cylindrical-coordinate representation of color #B190F0: hue angle of 260.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B190F0 is Cyan = 0.26, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 144 | 240 | - |
| CMYK | 0.26 | 0.4 | 0 | 0.06 |
| HSL | 260.63º | 0.76% | 0.75% | - |
| HSV(B) | 260.63º | 0.4% | 0.94% | - |
| XYZ | 43.83 | 35.58 | 87 | - |
| YUV | 164.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 240 | 0.26 | 0.4 | 0 | 0.06 | 260.63 | 0.76 | 0.75 |
| Hex | B1 | 90 | F0 | 1A | 28 | 0 | 6 | 105 | 4C | 4B |
| Octal | 261 | 220 | 360 | 32 | 50 | 0 | 6 | 405 | 114 | 113 |
| Binary | 10110001 | 10010000 | 11110000 | 11010 | 101000 | 0 | 110 | 100000101 | 1001100 | 1001011 |
Color Harmonies of #B190F0
Complementary color
Monochromatic Colors of #B190F0
Black with #B190F0
Text Example
Text Example
White with #B190F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B190F0; }
p { color: rgb(177,144,240); }
H1.HeaderClassName
{
color: #B190F0;
}
.AnyTagClassName
{
color: #B190F0;
}
</style>
background-color css
<style>
a { background-color: #B190F0; }
a { background-color: rgb(177,144,240); }
div.DivClassName
{
background-color: #B190F0;
}
.BgClassName
{
background-color: #B190F0;
}
</style>
border-color css
<style>
span { border-color: #B190F0; }
span { border-color: rgb(177,144,240); }
td.TdClassName
{
border-color: #B190F0;
}
.TagClassName
{
border-color: #B190F0;
}
</style>