Shades of Biloba Flower #B292E0
Tints of Biloba Flower #B292E0
RGB
CMYK
RGB Variations
Color information
#B292E0 (or 0xB292E0) is known color: Biloba Flower. HEX triplet: B2, 92 and E0. RGB value is (178,146,224). Sum of RGB (Red+Green+Blue) = 178+146+224=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #B292E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292E0 is #4D6D1F. Grayscale: #A4A4A4. Windows color (decimal): -5074208 or 14717618. OLE color: 14717618.
HSL color Cylindrical-coordinate representation of color #B292E0: hue angle of 264.62º 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 #B292E0 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 146 | 224 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.12 |
| HSL | 264.62º | 0.56% | 0.73% | - |
| HSV(B) | 264.62º | 0.35% | 0.88% | - |
| XYZ | 42.09 | 35.4 | 75.14 | - |
| YUV | 164.46 | 161.6 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 224 | 0.21 | 0.35 | 0 | 0.12 | 264.62 | 0.56 | 0.73 |
| Hex | B2 | 92 | E0 | 15 | 23 | 0 | C | 109 | 38 | 49 |
| Octal | 262 | 222 | 340 | 25 | 43 | 0 | 14 | 411 | 70 | 111 |
| Binary | 10110010 | 10010010 | 11100000 | 10101 | 100011 | 0 | 1100 | 100001001 | 111000 | 1001001 |
Color Harmonies of #B292E0
Complementary color
Monochromatic Colors of #B292E0
Black with #B292E0
Text Example
Text Example
White with #B292E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292E0; }
p { color: rgb(178,146,224); }
H1.HeaderClassName
{
color: #B292E0;
}
.AnyTagClassName
{
color: #B292E0;
}
</style>
background-color css
<style>
a { background-color: #B292E0; }
a { background-color: rgb(178,146,224); }
div.DivClassName
{
background-color: #B292E0;
}
.BgClassName
{
background-color: #B292E0;
}
</style>
border-color css
<style>
span { border-color: #B292E0; }
span { border-color: rgb(178,146,224); }
td.TdClassName
{
border-color: #B292E0;
}
.TagClassName
{
border-color: #B292E0;
}
</style>