Shades of Biloba Flower #B192E0
Tints of Biloba Flower #B192E0
RGB
CMYK
RGB Variations
Color information
#B192E0 (or 0xB192E0) is known color: Biloba Flower. HEX triplet: B1, 92 and E0. RGB value is (177,146,224). Sum of RGB (Red+Green+Blue) = 177+146+224=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #B192E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192E0 is #4E6D1F. Grayscale: #A3A3A3. Windows color (decimal): -5139744 or 14717617. OLE color: 14717617.
HSL color Cylindrical-coordinate representation of color #B192E0: hue angle of 263.85º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B192E0 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 146 | 224 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.12 |
| HSL | 263.85º | 0.56% | 0.73% | - |
| HSV(B) | 263.85º | 0.35% | 0.88% | - |
| XYZ | 41.86 | 35.29 | 75.13 | - |
| YUV | 164.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 224 | 0.21 | 0.35 | 0 | 0.12 | 263.85 | 0.56 | 0.73 |
| Hex | B1 | 92 | E0 | 15 | 23 | 0 | C | 108 | 38 | 49 |
| Octal | 261 | 222 | 340 | 25 | 43 | 0 | 14 | 410 | 70 | 111 |
| Binary | 10110001 | 10010010 | 11100000 | 10101 | 100011 | 0 | 1100 | 100001000 | 111000 | 1001001 |
Color Harmonies of #B192E0
Complementary color
Monochromatic Colors of #B192E0
Black with #B192E0
Text Example
Text Example
White with #B192E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192E0; }
p { color: rgb(177,146,224); }
H1.HeaderClassName
{
color: #B192E0;
}
.AnyTagClassName
{
color: #B192E0;
}
</style>
background-color css
<style>
a { background-color: #B192E0; }
a { background-color: rgb(177,146,224); }
div.DivClassName
{
background-color: #B192E0;
}
.BgClassName
{
background-color: #B192E0;
}
</style>
border-color css
<style>
span { border-color: #B192E0; }
span { border-color: rgb(177,146,224); }
td.TdClassName
{
border-color: #B192E0;
}
.TagClassName
{
border-color: #B192E0;
}
</style>