Shades of Biloba Flower #B095F9
Tints of Biloba Flower #B095F9
RGB
CMYK
RGB Variations
Color information
#B095F9 (or 0xB095F9) is known color: Biloba Flower. HEX triplet: B0, 95 and F9. RGB value is (176,149,249). Sum of RGB (Red+Green+Blue) = 176+149+249=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #B095F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095F9 is #4F6A06. Grayscale: #A8A8A8. Windows color (decimal): -5204487 or 16356784. OLE color: 16356784.
HSL color Cylindrical-coordinate representation of color #B095F9: hue angle of 256.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B095F9 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 149 | 249 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.02 |
| HSL | 256.2º | 0.89% | 0.78% | - |
| HSV(B) | 256.2º | 0.4% | 0.98% | - |
| XYZ | 45.75 | 37.56 | 94.46 | - |
| YUV | 168.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 249 | 0.29 | 0.40 | 0 | 0.02 | 256.2 | 0.89 | 0.78 |
| Hex | B0 | 95 | F9 | 1D | 28 | 0 | 2 | 100 | 59 | 4E |
| Octal | 260 | 225 | 371 | 35 | 50 | 0 | 2 | 400 | 131 | 116 |
| Binary | 10110000 | 10010101 | 11111001 | 11101 | 101000 | 0 | 10 | 100000000 | 1011001 | 1001110 |
Color Harmonies of #B095F9
Complementary color
Monochromatic Colors of #B095F9
Black with #B095F9
Text Example
Text Example
White with #B095F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095F9; }
p { color: rgb(176,149,249); }
H1.HeaderClassName
{
color: #B095F9;
}
.AnyTagClassName
{
color: #B095F9;
}
</style>
background-color css
<style>
a { background-color: #B095F9; }
a { background-color: rgb(176,149,249); }
div.DivClassName
{
background-color: #B095F9;
}
.BgClassName
{
background-color: #B095F9;
}
</style>
border-color css
<style>
span { border-color: #B095F9; }
span { border-color: rgb(176,149,249); }
td.TdClassName
{
border-color: #B095F9;
}
.TagClassName
{
border-color: #B095F9;
}
</style>