Shades of Biloba Flower #B293E5
Tints of Biloba Flower #B293E5
RGB
CMYK
RGB Variations
Color information
#B293E5 (or 0xB293E5) is known color: Biloba Flower. HEX triplet: B2, 93 and E5. RGB value is (178,147,229). Sum of RGB (Red+Green+Blue) = 178+147+229=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #B293E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293E5 is #4D6C1A. Grayscale: #A5A5A5. Windows color (decimal): -5073947 or 15045554. OLE color: 15045554.
HSL color Cylindrical-coordinate representation of color #B293E5: hue angle of 262.68º 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 #B293E5 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 147 | 229 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.10 |
| HSL | 262.68º | 0.61% | 0.74% | - |
| HSV(B) | 262.68º | 0.36% | 0.9% | - |
| XYZ | 42.94 | 35.99 | 78.81 | - |
| YUV | 165.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 229 | 0.22 | 0.36 | 0 | 0.10 | 262.68 | 0.61 | 0.74 |
| Hex | B2 | 93 | E5 | 16 | 24 | 0 | A | 107 | 3D | 4A |
| Octal | 262 | 223 | 345 | 26 | 44 | 0 | 12 | 407 | 75 | 112 |
| Binary | 10110010 | 10010011 | 11100101 | 10110 | 100100 | 0 | 1010 | 100000111 | 111101 | 1001010 |
Color Harmonies of #B293E5
Complementary color
Monochromatic Colors of #B293E5
Black with #B293E5
Text Example
Text Example
White with #B293E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B293E5; }
p { color: rgb(178,147,229); }
H1.HeaderClassName
{
color: #B293E5;
}
.AnyTagClassName
{
color: #B293E5;
}
</style>
background-color css
<style>
a { background-color: #B293E5; }
a { background-color: rgb(178,147,229); }
div.DivClassName
{
background-color: #B293E5;
}
.BgClassName
{
background-color: #B293E5;
}
</style>
border-color css
<style>
span { border-color: #B293E5; }
span { border-color: rgb(178,147,229); }
td.TdClassName
{
border-color: #B293E5;
}
.TagClassName
{
border-color: #B293E5;
}
</style>