Shades of Biloba Flower #B389DF
Tints of Biloba Flower #B389DF
RGB
CMYK
RGB Variations
Color information
#B389DF (or 0xB389DF) is known color: Biloba Flower. HEX triplet: B3, 89 and DF. RGB value is (179,137,223). Sum of RGB (Red+Green+Blue) = 179+137+223=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #B389DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389DF is #4C7620. Grayscale: #9F9F9F. Windows color (decimal): -5010977 or 14649779. OLE color: 14649779.
HSL color Cylindrical-coordinate representation of color #B389DF: hue angle of 269.3º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B389DF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 137 | 223 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.13 |
| HSL | 269.3º | 0.57% | 0.71% | - |
| HSV(B) | 269.3º | 0.39% | 0.87% | - |
| XYZ | 40.86 | 32.8 | 73.99 | - |
| YUV | 159.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 223 | 0.20 | 0.39 | 0 | 0.13 | 269.3 | 0.57 | 0.71 |
| Hex | B3 | 89 | DF | 14 | 27 | 0 | D | 10D | 39 | 47 |
| Octal | 263 | 211 | 337 | 24 | 47 | 0 | 15 | 415 | 71 | 107 |
| Binary | 10110011 | 10001001 | 11011111 | 10100 | 100111 | 0 | 1101 | 100001101 | 111001 | 1000111 |
Color Harmonies of #B389DF
Complementary color
Monochromatic Colors of #B389DF
Black with #B389DF
Text Example
Text Example
White with #B389DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389DF; }
p { color: rgb(179,137,223); }
H1.HeaderClassName
{
color: #B389DF;
}
.AnyTagClassName
{
color: #B389DF;
}
</style>
background-color css
<style>
a { background-color: #B389DF; }
a { background-color: rgb(179,137,223); }
div.DivClassName
{
background-color: #B389DF;
}
.BgClassName
{
background-color: #B389DF;
}
</style>
border-color css
<style>
span { border-color: #B389DF; }
span { border-color: rgb(179,137,223); }
td.TdClassName
{
border-color: #B389DF;
}
.TagClassName
{
border-color: #B389DF;
}
</style>