Shades of Biloba Flower #B195E0
Tints of Biloba Flower #B195E0
RGB
CMYK
RGB Variations
Color information
#B195E0 (or 0xB195E0) is known color: Biloba Flower. HEX triplet: B1, 95 and E0. RGB value is (177,149,224). Sum of RGB (Red+Green+Blue) = 177+149+224=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #B195E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195E0 is #4E6A1F. Grayscale: #A5A5A5. Windows color (decimal): -5138976 or 14718385. OLE color: 14718385.
HSL color Cylindrical-coordinate representation of color #B195E0: hue angle of 262.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B195E0 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 149 | 224 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.12 |
| HSL | 262.4º | 0.55% | 0.73% | - |
| HSV(B) | 262.4º | 0.33% | 0.88% | - |
| XYZ | 42.33 | 36.22 | 75.28 | - |
| YUV | 165.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 224 | 0.21 | 0.33 | 0 | 0.12 | 262.4 | 0.55 | 0.73 |
| Hex | B1 | 95 | E0 | 15 | 21 | 0 | C | 106 | 37 | 49 |
| Octal | 261 | 225 | 340 | 25 | 41 | 0 | 14 | 406 | 67 | 111 |
| Binary | 10110001 | 10010101 | 11100000 | 10101 | 100001 | 0 | 1100 | 100000110 | 110111 | 1001001 |
Color Harmonies of #B195E0
Complementary color
Monochromatic Colors of #B195E0
Black with #B195E0
Text Example
Text Example
White with #B195E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B195E0; }
p { color: rgb(177,149,224); }
H1.HeaderClassName
{
color: #B195E0;
}
.AnyTagClassName
{
color: #B195E0;
}
</style>
background-color css
<style>
a { background-color: #B195E0; }
a { background-color: rgb(177,149,224); }
div.DivClassName
{
background-color: #B195E0;
}
.BgClassName
{
background-color: #B195E0;
}
</style>
border-color css
<style>
span { border-color: #B195E0; }
span { border-color: rgb(177,149,224); }
td.TdClassName
{
border-color: #B195E0;
}
.TagClassName
{
border-color: #B195E0;
}
</style>