Shades of Biloba Flower #B293ED
Tints of Biloba Flower #B293ED
RGB
CMYK
RGB Variations
Color information
#B293ED (or 0xB293ED) is known color: Biloba Flower. HEX triplet: B2, 93 and ED. RGB value is (178,147,237). Sum of RGB (Red+Green+Blue) = 178+147+237=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #B293ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B293ED is #4D6C12. Grayscale: #A6A6A6. Windows color (decimal): -5073939 or 15569842. OLE color: 15569842.
HSL color Cylindrical-coordinate representation of color #B293ED: hue angle of 260.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B293ED is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 147 | 237 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.07 |
| HSL | 260.67º | 0.71% | 0.75% | - |
| HSV(B) | 260.67º | 0.38% | 0.93% | - |
| XYZ | 44.08 | 36.45 | 84.83 | - |
| YUV | 166.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 237 | 0.25 | 0.38 | 0 | 0.07 | 260.67 | 0.71 | 0.75 |
| Hex | B2 | 93 | ED | 19 | 26 | 0 | 7 | 105 | 47 | 4B |
| Octal | 262 | 223 | 355 | 31 | 46 | 0 | 7 | 405 | 107 | 113 |
| Binary | 10110010 | 10010011 | 11101101 | 11001 | 100110 | 0 | 111 | 100000101 | 1000111 | 1001011 |
Color Harmonies of #B293ED
Complementary color
Monochromatic Colors of #B293ED
Black with #B293ED
Text Example
Text Example
White with #B293ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B293ED; }
p { color: rgb(178,147,237); }
H1.HeaderClassName
{
color: #B293ED;
}
.AnyTagClassName
{
color: #B293ED;
}
</style>
background-color css
<style>
a { background-color: #B293ED; }
a { background-color: rgb(178,147,237); }
div.DivClassName
{
background-color: #B293ED;
}
.BgClassName
{
background-color: #B293ED;
}
</style>
border-color css
<style>
span { border-color: #B293ED; }
span { border-color: rgb(178,147,237); }
td.TdClassName
{
border-color: #B293ED;
}
.TagClassName
{
border-color: #B293ED;
}
</style>