Shades of Biloba Flower #B192EC
Tints of Biloba Flower #B192EC
RGB
CMYK
RGB Variations
Color information
#B192EC (or 0xB192EC) is known color: Biloba Flower. HEX triplet: B1, 92 and EC. RGB value is (177,146,236). Sum of RGB (Red+Green+Blue) = 177+146+236=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #B192EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B192EC is #4E6D13. Grayscale: #A5A5A5. Windows color (decimal): -5139732 or 15504049. OLE color: 15504049.
HSL color Cylindrical-coordinate representation of color #B192EC: hue angle of 260.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B192EC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 146 | 236 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.07 |
| HSL | 260.67º | 0.7% | 0.75% | - |
| HSV(B) | 260.67º | 0.38% | 0.93% | - |
| XYZ | 43.55 | 35.96 | 84 | - |
| YUV | 165.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 236 | 0.25 | 0.38 | 0 | 0.07 | 260.67 | 0.7 | 0.75 |
| Hex | B1 | 92 | EC | 19 | 26 | 0 | 7 | 105 | 46 | 4B |
| Octal | 261 | 222 | 354 | 31 | 46 | 0 | 7 | 405 | 106 | 113 |
| Binary | 10110001 | 10010010 | 11101100 | 11001 | 100110 | 0 | 111 | 100000101 | 1000110 | 1001011 |
Color Harmonies of #B192EC
Complementary color
Monochromatic Colors of #B192EC
Black with #B192EC
Text Example
Text Example
White with #B192EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192EC; }
p { color: rgb(177,146,236); }
H1.HeaderClassName
{
color: #B192EC;
}
.AnyTagClassName
{
color: #B192EC;
}
</style>
background-color css
<style>
a { background-color: #B192EC; }
a { background-color: rgb(177,146,236); }
div.DivClassName
{
background-color: #B192EC;
}
.BgClassName
{
background-color: #B192EC;
}
</style>
border-color css
<style>
span { border-color: #B192EC; }
span { border-color: rgb(177,146,236); }
td.TdClassName
{
border-color: #B192EC;
}
.TagClassName
{
border-color: #B192EC;
}
</style>