Shades of Biloba Flower #B095FA
Tints of Biloba Flower #B095FA
RGB
CMYK
RGB Variations
Color information
#B095FA (or 0xB095FA) is known color: Biloba Flower. HEX triplet: B0, 95 and FA. RGB value is (176,149,250). Sum of RGB (Red+Green+Blue) = 176+149+250=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #B095FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095FA is #4F6A05. Grayscale: #A8A8A8. Windows color (decimal): -5204486 or 16422320. OLE color: 16422320.
HSL color Cylindrical-coordinate representation of color #B095FA: hue angle of 256.04º degrees, saturation: 0.91, 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 #B095FA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 149 | 250 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.02 |
| HSL | 256.04º | 0.91% | 0.78% | - |
| HSV(B) | 256.04º | 0.4% | 0.98% | - |
| XYZ | 45.91 | 37.63 | 95.29 | - |
| YUV | 168.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 250 | 0.30 | 0.40 | 0 | 0.02 | 256.04 | 0.91 | 0.78 |
| Hex | B0 | 95 | FA | 1E | 28 | 0 | 2 | 100 | 5B | 4E |
| Octal | 260 | 225 | 372 | 36 | 50 | 0 | 2 | 400 | 133 | 116 |
| Binary | 10110000 | 10010101 | 11111010 | 11110 | 101000 | 0 | 10 | 100000000 | 1011011 | 1001110 |
Color Harmonies of #B095FA
Complementary color
Monochromatic Colors of #B095FA
Black with #B095FA
Text Example
Text Example
White with #B095FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095FA; }
p { color: rgb(176,149,250); }
H1.HeaderClassName
{
color: #B095FA;
}
.AnyTagClassName
{
color: #B095FA;
}
</style>
background-color css
<style>
a { background-color: #B095FA; }
a { background-color: rgb(176,149,250); }
div.DivClassName
{
background-color: #B095FA;
}
.BgClassName
{
background-color: #B095FA;
}
</style>
border-color css
<style>
span { border-color: #B095FA; }
span { border-color: rgb(176,149,250); }
td.TdClassName
{
border-color: #B095FA;
}
.TagClassName
{
border-color: #B095FA;
}
</style>