Shades of Biloba Flower #B195E3
Tints of Biloba Flower #B195E3
RGB
CMYK
RGB Variations
Color information
#B195E3 (or 0xB195E3) is known color: Biloba Flower. HEX triplet: B1, 95 and E3. RGB value is (177,149,227). Sum of RGB (Red+Green+Blue) = 177+149+227=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #B195E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195E3 is #4E6A1C. Grayscale: #A5A5A5. Windows color (decimal): -5138973 or 14914993. OLE color: 14914993.
HSL color Cylindrical-coordinate representation of color #B195E3: hue angle of 261.54º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B195E3 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 149 | 227 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.11 |
| HSL | 261.54º | 0.58% | 0.74% | - |
| HSV(B) | 261.54º | 0.34% | 0.89% | - |
| XYZ | 42.74 | 36.39 | 77.44 | - |
| YUV | 166.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 227 | 0.22 | 0.34 | 0 | 0.11 | 261.54 | 0.58 | 0.74 |
| Hex | B1 | 95 | E3 | 16 | 22 | 0 | B | 106 | 3A | 4A |
| Octal | 261 | 225 | 343 | 26 | 42 | 0 | 13 | 406 | 72 | 112 |
| Binary | 10110001 | 10010101 | 11100011 | 10110 | 100010 | 0 | 1011 | 100000110 | 111010 | 1001010 |
Color Harmonies of #B195E3
Complementary color
Monochromatic Colors of #B195E3
Black with #B195E3
Text Example
Text Example
White with #B195E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B195E3; }
p { color: rgb(177,149,227); }
H1.HeaderClassName
{
color: #B195E3;
}
.AnyTagClassName
{
color: #B195E3;
}
</style>
background-color css
<style>
a { background-color: #B195E3; }
a { background-color: rgb(177,149,227); }
div.DivClassName
{
background-color: #B195E3;
}
.BgClassName
{
background-color: #B195E3;
}
</style>
border-color css
<style>
span { border-color: #B195E3; }
span { border-color: rgb(177,149,227); }
td.TdClassName
{
border-color: #B195E3;
}
.TagClassName
{
border-color: #B195E3;
}
</style>