Shades of Biloba Flower #B180EC
Tints of Biloba Flower #B180EC
RGB
CMYK
RGB Variations
Color information
#B180EC (or 0xB180EC) is known color: Biloba Flower. HEX triplet: B1, 80 and EC. RGB value is (177,128,236). Sum of RGB (Red+Green+Blue) = 177+128+236=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #B180EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B180EC is #4E7F13. Grayscale: #9A9A9A. Windows color (decimal): -5144340 or 15499441. OLE color: 15499441.
HSL color Cylindrical-coordinate representation of color #B180EC: hue angle of 267.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B180EC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 128 | 236 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.07 |
| HSL | 267.22º | 0.74% | 0.71% | - |
| HSV(B) | 267.22º | 0.46% | 0.93% | - |
| XYZ | 40.99 | 30.84 | 83.15 | - |
| YUV | 154.96 | 173.73 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 236 | 0.25 | 0.46 | 0 | 0.07 | 267.22 | 0.74 | 0.71 |
| Hex | B1 | 80 | EC | 19 | 2E | 0 | 7 | 10B | 4A | 47 |
| Octal | 261 | 200 | 354 | 31 | 56 | 0 | 7 | 413 | 112 | 107 |
| Binary | 10110001 | 10000000 | 11101100 | 11001 | 101110 | 0 | 111 | 100001011 | 1001010 | 1000111 |
Color Harmonies of #B180EC
Complementary color
Monochromatic Colors of #B180EC
Black with #B180EC
Text Example
Text Example
White with #B180EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B180EC; }
p { color: rgb(177,128,236); }
H1.HeaderClassName
{
color: #B180EC;
}
.AnyTagClassName
{
color: #B180EC;
}
</style>
background-color css
<style>
a { background-color: #B180EC; }
a { background-color: rgb(177,128,236); }
div.DivClassName
{
background-color: #B180EC;
}
.BgClassName
{
background-color: #B180EC;
}
</style>
border-color css
<style>
span { border-color: #B180EC; }
span { border-color: rgb(177,128,236); }
td.TdClassName
{
border-color: #B180EC;
}
.TagClassName
{
border-color: #B180EC;
}
</style>