Shades of Biloba Flower #B293EA
Tints of Biloba Flower #B293EA
RGB
CMYK
RGB Variations
Color information
#B293EA (or 0xB293EA) is known color: Biloba Flower. HEX triplet: B2, 93 and EA. RGB value is (178,147,234). Sum of RGB (Red+Green+Blue) = 178+147+234=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #B293EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B293EA is #4D6C15. Grayscale: #A5A5A5. Windows color (decimal): -5073942 or 15373234. OLE color: 15373234.
HSL color Cylindrical-coordinate representation of color #B293EA: hue angle of 261.38º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B293EA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 147 | 234 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.08 |
| HSL | 261.38º | 0.67% | 0.75% | - |
| HSV(B) | 261.38º | 0.37% | 0.92% | - |
| XYZ | 43.65 | 36.27 | 82.54 | - |
| YUV | 166.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 234 | 0.24 | 0.37 | 0 | 0.08 | 261.38 | 0.67 | 0.75 |
| Hex | B2 | 93 | EA | 18 | 25 | 0 | 8 | 105 | 43 | 4B |
| Octal | 262 | 223 | 352 | 30 | 45 | 0 | 10 | 405 | 103 | 113 |
| Binary | 10110010 | 10010011 | 11101010 | 11000 | 100101 | 0 | 1000 | 100000101 | 1000011 | 1001011 |
Color Harmonies of #B293EA
Complementary color
Monochromatic Colors of #B293EA
Black with #B293EA
Text Example
Text Example
White with #B293EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B293EA; }
p { color: rgb(178,147,234); }
H1.HeaderClassName
{
color: #B293EA;
}
.AnyTagClassName
{
color: #B293EA;
}
</style>
background-color css
<style>
a { background-color: #B293EA; }
a { background-color: rgb(178,147,234); }
div.DivClassName
{
background-color: #B293EA;
}
.BgClassName
{
background-color: #B293EA;
}
</style>
border-color css
<style>
span { border-color: #B293EA; }
span { border-color: rgb(178,147,234); }
td.TdClassName
{
border-color: #B293EA;
}
.TagClassName
{
border-color: #B293EA;
}
</style>