Shades of Biloba Flower #B192EF
Tints of Biloba Flower #B192EF
RGB
CMYK
RGB Variations
Color information
#B192EF (or 0xB192EF) is known color: Biloba Flower. HEX triplet: B1, 92 and EF. RGB value is (177,146,239). Sum of RGB (Red+Green+Blue) = 177+146+239=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #B192EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B192EF is #4E6D10. Grayscale: #A5A5A5. Windows color (decimal): -5139729 or 15700657. OLE color: 15700657.
HSL color Cylindrical-coordinate representation of color #B192EF: hue angle of 260º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B192EF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 146 | 239 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.06 |
| HSL | 260º | 0.74% | 0.75% | - |
| HSV(B) | 260º | 0.39% | 0.94% | - |
| XYZ | 43.99 | 36.14 | 86.32 | - |
| YUV | 165.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 239 | 0.26 | 0.39 | 0 | 0.06 | 260 | 0.74 | 0.75 |
| Hex | B1 | 92 | EF | 1A | 27 | 0 | 6 | 104 | 4A | 4B |
| Octal | 261 | 222 | 357 | 32 | 47 | 0 | 6 | 404 | 112 | 113 |
| Binary | 10110001 | 10010010 | 11101111 | 11010 | 100111 | 0 | 110 | 100000100 | 1001010 | 1001011 |
Color Harmonies of #B192EF
Complementary color
Monochromatic Colors of #B192EF
Black with #B192EF
Text Example
Text Example
White with #B192EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192EF; }
p { color: rgb(177,146,239); }
H1.HeaderClassName
{
color: #B192EF;
}
.AnyTagClassName
{
color: #B192EF;
}
</style>
background-color css
<style>
a { background-color: #B192EF; }
a { background-color: rgb(177,146,239); }
div.DivClassName
{
background-color: #B192EF;
}
.BgClassName
{
background-color: #B192EF;
}
</style>
border-color css
<style>
span { border-color: #B192EF; }
span { border-color: rgb(177,146,239); }
td.TdClassName
{
border-color: #B192EF;
}
.TagClassName
{
border-color: #B192EF;
}
</style>