Shades of Biloba Flower #B192FF
Tints of Biloba Flower #B192FF
RGB
CMYK
RGB Variations
Color information
#B192FF (or 0xB192FF) is known color: Biloba Flower. HEX triplet: B1, 92 and FF. RGB value is (177,146,255). Sum of RGB (Red+Green+Blue) = 177+146+255=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #B192FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B192FF is #4E6D00. Grayscale: #A7A7A7. Windows color (decimal): -5139713 or 16749233. OLE color: 16749233.
HSL color Cylindrical-coordinate representation of color #B192FF: hue angle of 257.06º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B192FF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 146 | 255 | - |
| CMYK | 0.31 | 0.43 | 0 | 0 |
| HSL | 257.06º | 1% | 0.79% | - |
| HSV(B) | 257.06º | 0.43% | 1% | - |
| XYZ | 46.46 | 37.12 | 99.32 | - |
| YUV | 167.7 | 177.27 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 255 | 0.31 | 0.43 | 0 | 0 | 257.06 | 1 | 0.79 |
| Hex | B1 | 92 | FF | 1F | 2B | 0 | 0 | 101 | 64 | 4F |
| Octal | 261 | 222 | 377 | 37 | 53 | 0 | 0 | 401 | 144 | 117 |
| Binary | 10110001 | 10010010 | 11111111 | 11111 | 101011 | 0 | 0 | 100000001 | 1100100 | 1001111 |
Color Harmonies of #B192FF
Complementary color
Monochromatic Colors of #B192FF
Black with #B192FF
Text Example
Text Example
White with #B192FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192FF; }
p { color: rgb(177,146,255); }
H1.HeaderClassName
{
color: #B192FF;
}
.AnyTagClassName
{
color: #B192FF;
}
</style>
background-color css
<style>
a { background-color: #B192FF; }
a { background-color: rgb(177,146,255); }
div.DivClassName
{
background-color: #B192FF;
}
.BgClassName
{
background-color: #B192FF;
}
</style>
border-color css
<style>
span { border-color: #B192FF; }
span { border-color: rgb(177,146,255); }
td.TdClassName
{
border-color: #B192FF;
}
.TagClassName
{
border-color: #B192FF;
}
</style>