Shades of Biloba Flower #B192F9
Tints of Biloba Flower #B192F9
RGB
CMYK
RGB Variations
Color information
#B192F9 (or 0xB192F9) is known color: Biloba Flower. HEX triplet: B1, 92 and F9. RGB value is (177,146,249). Sum of RGB (Red+Green+Blue) = 177+146+249=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #B192F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B192F9 is #4E6D06. Grayscale: #A6A6A6. Windows color (decimal): -5139719 or 16356017. OLE color: 16356017.
HSL color Cylindrical-coordinate representation of color #B192F9: hue angle of 258.06º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B192F9 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 146 | 249 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.02 |
| HSL | 258.06º | 0.9% | 0.77% | - |
| HSV(B) | 258.06º | 0.41% | 0.98% | - |
| XYZ | 45.51 | 36.74 | 94.32 | - |
| YUV | 167.01 | 174.27 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 249 | 0.29 | 0.41 | 0 | 0.02 | 258.06 | 0.9 | 0.77 |
| Hex | B1 | 92 | F9 | 1D | 29 | 0 | 2 | 102 | 5A | 4D |
| Octal | 261 | 222 | 371 | 35 | 51 | 0 | 2 | 402 | 132 | 115 |
| Binary | 10110001 | 10010010 | 11111001 | 11101 | 101001 | 0 | 10 | 100000010 | 1011010 | 1001101 |
Color Harmonies of #B192F9
Complementary color
Monochromatic Colors of #B192F9
Black with #B192F9
Text Example
Text Example
White with #B192F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192F9; }
p { color: rgb(177,146,249); }
H1.HeaderClassName
{
color: #B192F9;
}
.AnyTagClassName
{
color: #B192F9;
}
</style>
background-color css
<style>
a { background-color: #B192F9; }
a { background-color: rgb(177,146,249); }
div.DivClassName
{
background-color: #B192F9;
}
.BgClassName
{
background-color: #B192F9;
}
</style>
border-color css
<style>
span { border-color: #B192F9; }
span { border-color: rgb(177,146,249); }
td.TdClassName
{
border-color: #B192F9;
}
.TagClassName
{
border-color: #B192F9;
}
</style>