Shades of Biloba Flower #B195F8
Tints of Biloba Flower #B195F8
RGB
CMYK
RGB Variations
Color information
#B195F8 (or 0xB195F8) is known color: Biloba Flower. HEX triplet: B1, 95 and F8. RGB value is (177,149,248). Sum of RGB (Red+Green+Blue) = 177+149+248=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #B195F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195F8 is #4E6A07. Grayscale: #A8A8A8. Windows color (decimal): -5138952 or 16291249. OLE color: 16291249.
HSL color Cylindrical-coordinate representation of color #B195F8: hue angle of 256.97º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B195F8 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 149 | 248 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.03 |
| HSL | 256.97º | 0.88% | 0.78% | - |
| HSV(B) | 256.97º | 0.4% | 0.97% | - |
| XYZ | 45.82 | 37.62 | 93.65 | - |
| YUV | 168.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 248 | 0.29 | 0.40 | 0 | 0.03 | 256.97 | 0.88 | 0.78 |
| Hex | B1 | 95 | F8 | 1D | 28 | 0 | 3 | 101 | 58 | 4E |
| Octal | 261 | 225 | 370 | 35 | 50 | 0 | 3 | 401 | 130 | 116 |
| Binary | 10110001 | 10010101 | 11111000 | 11101 | 101000 | 0 | 11 | 100000001 | 1011000 | 1001110 |
Color Harmonies of #B195F8
Complementary color
Monochromatic Colors of #B195F8
Black with #B195F8
Text Example
Text Example
White with #B195F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B195F8; }
p { color: rgb(177,149,248); }
H1.HeaderClassName
{
color: #B195F8;
}
.AnyTagClassName
{
color: #B195F8;
}
</style>
background-color css
<style>
a { background-color: #B195F8; }
a { background-color: rgb(177,149,248); }
div.DivClassName
{
background-color: #B195F8;
}
.BgClassName
{
background-color: #B195F8;
}
</style>
border-color css
<style>
span { border-color: #B195F8; }
span { border-color: rgb(177,149,248); }
td.TdClassName
{
border-color: #B195F8;
}
.TagClassName
{
border-color: #B195F8;
}
</style>