Shades of Biloba Flower #B492E5
Tints of Biloba Flower #B492E5
RGB
CMYK
RGB Variations
Color information
#B492E5 (or 0xB492E5) is known color: Biloba Flower. HEX triplet: B4, 92 and E5. RGB value is (180,146,229). Sum of RGB (Red+Green+Blue) = 180+146+229=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #B492E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492E5 is #4B6D1A. Grayscale: #A5A5A5. Windows color (decimal): -4943131 or 15045300. OLE color: 15045300.
HSL color Cylindrical-coordinate representation of color #B492E5: hue angle of 264.58º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B492E5 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 146 | 229 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.10 |
| HSL | 264.58º | 0.61% | 0.74% | - |
| HSV(B) | 264.58º | 0.36% | 0.9% | - |
| XYZ | 43.24 | 35.92 | 78.78 | - |
| YUV | 165.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 229 | 0.21 | 0.36 | 0 | 0.10 | 264.58 | 0.61 | 0.74 |
| Hex | B4 | 92 | E5 | 15 | 24 | 0 | A | 109 | 3D | 4A |
| Octal | 264 | 222 | 345 | 25 | 44 | 0 | 12 | 411 | 75 | 112 |
| Binary | 10110100 | 10010010 | 11100101 | 10101 | 100100 | 0 | 1010 | 100001001 | 111101 | 1001010 |
Color Harmonies of #B492E5
Complementary color
Monochromatic Colors of #B492E5
Black with #B492E5
Text Example
Text Example
White with #B492E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B492E5; }
p { color: rgb(180,146,229); }
H1.HeaderClassName
{
color: #B492E5;
}
.AnyTagClassName
{
color: #B492E5;
}
</style>
background-color css
<style>
a { background-color: #B492E5; }
a { background-color: rgb(180,146,229); }
div.DivClassName
{
background-color: #B492E5;
}
.BgClassName
{
background-color: #B492E5;
}
</style>
border-color css
<style>
span { border-color: #B492E5; }
span { border-color: rgb(180,146,229); }
td.TdClassName
{
border-color: #B492E5;
}
.TagClassName
{
border-color: #B492E5;
}
</style>