Shades of Biloba Flower #B095F1
Tints of Biloba Flower #B095F1
RGB
CMYK
RGB Variations
Color information
#B095F1 (or 0xB095F1) is known color: Biloba Flower. HEX triplet: B0, 95 and F1. RGB value is (176,149,241). Sum of RGB (Red+Green+Blue) = 176+149+241=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #B095F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095F1 is #4F6A0E. Grayscale: #A7A7A7. Windows color (decimal): -5204495 or 15832496. OLE color: 15832496.
HSL color Cylindrical-coordinate representation of color #B095F1: hue angle of 257.61º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B095F1 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 149 | 241 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.05 |
| HSL | 257.61º | 0.77% | 0.76% | - |
| HSV(B) | 257.61º | 0.38% | 0.95% | - |
| XYZ | 44.53 | 37.08 | 88.03 | - |
| YUV | 167.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 241 | 0.27 | 0.38 | 0 | 0.05 | 257.61 | 0.77 | 0.76 |
| Hex | B0 | 95 | F1 | 1B | 26 | 0 | 5 | 102 | 4D | 4C |
| Octal | 260 | 225 | 361 | 33 | 46 | 0 | 5 | 402 | 115 | 114 |
| Binary | 10110000 | 10010101 | 11110001 | 11011 | 100110 | 0 | 101 | 100000010 | 1001101 | 1001100 |
Color Harmonies of #B095F1
Complementary color
Monochromatic Colors of #B095F1
Black with #B095F1
Text Example
Text Example
White with #B095F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095F1; }
p { color: rgb(176,149,241); }
H1.HeaderClassName
{
color: #B095F1;
}
.AnyTagClassName
{
color: #B095F1;
}
</style>
background-color css
<style>
a { background-color: #B095F1; }
a { background-color: rgb(176,149,241); }
div.DivClassName
{
background-color: #B095F1;
}
.BgClassName
{
background-color: #B095F1;
}
</style>
border-color css
<style>
span { border-color: #B095F1; }
span { border-color: rgb(176,149,241); }
td.TdClassName
{
border-color: #B095F1;
}
.TagClassName
{
border-color: #B095F1;
}
</style>