Shades of Biloba Flower #B190E2
Tints of Biloba Flower #B190E2
RGB
CMYK
RGB Variations
Color information
#B190E2 (or 0xB190E2) is known color: Biloba Flower. HEX triplet: B1, 90 and E2. RGB value is (177,144,226). Sum of RGB (Red+Green+Blue) = 177+144+226=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #B190E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190E2 is #4E6F1D. Grayscale: #A2A2A2. Windows color (decimal): -5140254 or 14848177. OLE color: 14848177.
HSL color Cylindrical-coordinate representation of color #B190E2: hue angle of 264.15º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B190E2 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 144 | 226 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.11 |
| HSL | 264.15º | 0.59% | 0.73% | - |
| HSV(B) | 264.15º | 0.36% | 0.89% | - |
| XYZ | 41.83 | 34.78 | 76.46 | - |
| YUV | 163.22 | 163.43 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 226 | 0.22 | 0.36 | 0 | 0.11 | 264.15 | 0.59 | 0.73 |
| Hex | B1 | 90 | E2 | 16 | 24 | 0 | B | 108 | 3B | 49 |
| Octal | 261 | 220 | 342 | 26 | 44 | 0 | 13 | 410 | 73 | 111 |
| Binary | 10110001 | 10010000 | 11100010 | 10110 | 100100 | 0 | 1011 | 100001000 | 111011 | 1001001 |
Color Harmonies of #B190E2
Complementary color
Monochromatic Colors of #B190E2
Black with #B190E2
Text Example
Text Example
White with #B190E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B190E2; }
p { color: rgb(177,144,226); }
H1.HeaderClassName
{
color: #B190E2;
}
.AnyTagClassName
{
color: #B190E2;
}
</style>
background-color css
<style>
a { background-color: #B190E2; }
a { background-color: rgb(177,144,226); }
div.DivClassName
{
background-color: #B190E2;
}
.BgClassName
{
background-color: #B190E2;
}
</style>
border-color css
<style>
span { border-color: #B190E2; }
span { border-color: rgb(177,144,226); }
td.TdClassName
{
border-color: #B190E2;
}
.TagClassName
{
border-color: #B190E2;
}
</style>