Shades of Biloba Flower #B389F4
Tints of Biloba Flower #B389F4
RGB
CMYK
RGB Variations
Color information
#B389F4 (or 0xB389F4) is known color: Biloba Flower. HEX triplet: B3, 89 and F4. RGB value is (179,137,244). Sum of RGB (Red+Green+Blue) = 179+137+244=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #B389F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B389F4 is #4C760B. Grayscale: #A1A1A1. Windows color (decimal): -5010956 or 16026035. OLE color: 16026035.
HSL color Cylindrical-coordinate representation of color #B389F4: hue angle of 263.55º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B389F4 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 137 | 244 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.04 |
| HSL | 263.55º | 0.83% | 0.75% | - |
| HSV(B) | 263.55º | 0.44% | 0.96% | - |
| XYZ | 43.87 | 34.01 | 89.84 | - |
| YUV | 161.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 244 | 0.27 | 0.44 | 0 | 0.04 | 263.55 | 0.83 | 0.75 |
| Hex | B3 | 89 | F4 | 1B | 2C | 0 | 4 | 108 | 53 | 4B |
| Octal | 263 | 211 | 364 | 33 | 54 | 0 | 4 | 410 | 123 | 113 |
| Binary | 10110011 | 10001001 | 11110100 | 11011 | 101100 | 0 | 100 | 100001000 | 1010011 | 1001011 |
Color Harmonies of #B389F4
Complementary color
Monochromatic Colors of #B389F4
Black with #B389F4
Text Example
Text Example
White with #B389F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389F4; }
p { color: rgb(179,137,244); }
H1.HeaderClassName
{
color: #B389F4;
}
.AnyTagClassName
{
color: #B389F4;
}
</style>
background-color css
<style>
a { background-color: #B389F4; }
a { background-color: rgb(179,137,244); }
div.DivClassName
{
background-color: #B389F4;
}
.BgClassName
{
background-color: #B389F4;
}
</style>
border-color css
<style>
span { border-color: #B389F4; }
span { border-color: rgb(179,137,244); }
td.TdClassName
{
border-color: #B389F4;
}
.TagClassName
{
border-color: #B389F4;
}
</style>