Shades of Biloba Flower #B39ACF
Tints of Biloba Flower #B39ACF
RGB
CMYK
RGB Variations
Color information
#B39ACF (or 0xB39ACF) is known color: Biloba Flower. HEX triplet: B3, 9A and CF. RGB value is (179,154,207). Sum of RGB (Red+Green+Blue) = 179+154+207=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #B39ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ACF is #4C6530. Grayscale: #A7A7A7. Windows color (decimal): -5006641 or 13605555. OLE color: 13605555.
HSL color Cylindrical-coordinate representation of color #B39ACF: hue angle of 268.3º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B39ACF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 154 | 207 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.19 |
| HSL | 268.3º | 0.36% | 0.71% | - |
| HSV(B) | 268.3º | 0.26% | 0.81% | - |
| XYZ | 41.41 | 37.2 | 64.03 | - |
| YUV | 167.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 207 | 0.14 | 0.26 | 0 | 0.19 | 268.3 | 0.36 | 0.71 |
| Hex | B3 | 9A | CF | E | 1A | 0 | 13 | 10C | 24 | 47 |
| Octal | 263 | 232 | 317 | 16 | 32 | 0 | 23 | 414 | 44 | 107 |
| Binary | 10110011 | 10011010 | 11001111 | 1110 | 11010 | 0 | 10011 | 100001100 | 100100 | 1000111 |
Color Harmonies of #B39ACF
Complementary color
Monochromatic Colors of #B39ACF
Black with #B39ACF
Text Example
Text Example
White with #B39ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39ACF; }
p { color: rgb(179,154,207); }
H1.HeaderClassName
{
color: #B39ACF;
}
.AnyTagClassName
{
color: #B39ACF;
}
</style>
background-color css
<style>
a { background-color: #B39ACF; }
a { background-color: rgb(179,154,207); }
div.DivClassName
{
background-color: #B39ACF;
}
.BgClassName
{
background-color: #B39ACF;
}
</style>
border-color css
<style>
span { border-color: #B39ACF; }
span { border-color: rgb(179,154,207); }
td.TdClassName
{
border-color: #B39ACF;
}
.TagClassName
{
border-color: #B39ACF;
}
</style>