Shades of Biloba Flower #B095E4
Tints of Biloba Flower #B095E4
RGB
CMYK
RGB Variations
Color information
#B095E4 (or 0xB095E4) is known color: Biloba Flower. HEX triplet: B0, 95 and E4. RGB value is (176,149,228). Sum of RGB (Red+Green+Blue) = 176+149+228=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #B095E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095E4 is #4F6A1B. Grayscale: #A5A5A5. Windows color (decimal): -5204508 or 14980528. OLE color: 14980528.
HSL color Cylindrical-coordinate representation of color #B095E4: hue angle of 260.51º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B095E4 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 149 | 228 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.11 |
| HSL | 260.51º | 0.59% | 0.74% | - |
| HSV(B) | 260.51º | 0.35% | 0.89% | - |
| XYZ | 42.66 | 36.33 | 78.16 | - |
| YUV | 166.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 228 | 0.23 | 0.35 | 0 | 0.11 | 260.51 | 0.59 | 0.74 |
| Hex | B0 | 95 | E4 | 17 | 23 | 0 | B | 105 | 3B | 4A |
| Octal | 260 | 225 | 344 | 27 | 43 | 0 | 13 | 405 | 73 | 112 |
| Binary | 10110000 | 10010101 | 11100100 | 10111 | 100011 | 0 | 1011 | 100000101 | 111011 | 1001010 |
Color Harmonies of #B095E4
Complementary color
Monochromatic Colors of #B095E4
Black with #B095E4
Text Example
Text Example
White with #B095E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095E4; }
p { color: rgb(176,149,228); }
H1.HeaderClassName
{
color: #B095E4;
}
.AnyTagClassName
{
color: #B095E4;
}
</style>
background-color css
<style>
a { background-color: #B095E4; }
a { background-color: rgb(176,149,228); }
div.DivClassName
{
background-color: #B095E4;
}
.BgClassName
{
background-color: #B095E4;
}
</style>
border-color css
<style>
span { border-color: #B095E4; }
span { border-color: rgb(176,149,228); }
td.TdClassName
{
border-color: #B095E4;
}
.TagClassName
{
border-color: #B095E4;
}
</style>