Shades of Biloba Flower #B095E5
Tints of Biloba Flower #B095E5
RGB
CMYK
RGB Variations
Color information
#B095E5 (or 0xB095E5) is known color: Biloba Flower. HEX triplet: B0, 95 and E5. RGB value is (176,149,229). Sum of RGB (Red+Green+Blue) = 176+149+229=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #B095E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095E5 is #4F6A1A. Grayscale: #A5A5A5. Windows color (decimal): -5204507 or 15046064. OLE color: 15046064.
HSL color Cylindrical-coordinate representation of color #B095E5: hue angle of 260.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B095E5 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 149 | 229 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.10 |
| HSL | 260.25º | 0.61% | 0.74% | - |
| HSV(B) | 260.25º | 0.35% | 0.9% | - |
| XYZ | 42.79 | 36.38 | 78.9 | - |
| YUV | 166.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 229 | 0.23 | 0.35 | 0 | 0.10 | 260.25 | 0.61 | 0.74 |
| Hex | B0 | 95 | E5 | 17 | 23 | 0 | A | 104 | 3D | 4A |
| Octal | 260 | 225 | 345 | 27 | 43 | 0 | 12 | 404 | 75 | 112 |
| Binary | 10110000 | 10010101 | 11100101 | 10111 | 100011 | 0 | 1010 | 100000100 | 111101 | 1001010 |
Color Harmonies of #B095E5
Complementary color
Monochromatic Colors of #B095E5
Black with #B095E5
Text Example
Text Example
White with #B095E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095E5; }
p { color: rgb(176,149,229); }
H1.HeaderClassName
{
color: #B095E5;
}
.AnyTagClassName
{
color: #B095E5;
}
</style>
background-color css
<style>
a { background-color: #B095E5; }
a { background-color: rgb(176,149,229); }
div.DivClassName
{
background-color: #B095E5;
}
.BgClassName
{
background-color: #B095E5;
}
</style>
border-color css
<style>
span { border-color: #B095E5; }
span { border-color: rgb(176,149,229); }
td.TdClassName
{
border-color: #B095E5;
}
.TagClassName
{
border-color: #B095E5;
}
</style>