Shades of Biloba Flower #B39DCA
Tints of Biloba Flower #B39DCA
RGB
CMYK
RGB Variations
Color information
#B39DCA (or 0xB39DCA) is known color: Biloba Flower. HEX triplet: B3, 9D and CA. RGB value is (179,157,202). Sum of RGB (Red+Green+Blue) = 179+157+202=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #B39DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DCA is #4C6235. Grayscale: #A8A8A8. Windows color (decimal): -5005878 or 13278643. OLE color: 13278643.
HSL color Cylindrical-coordinate representation of color #B39DCA: hue angle of 269.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B39DCA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 157 | 202 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.21 |
| HSL | 269.33º | 0.3% | 0.7% | - |
| HSV(B) | 269.33º | 0.22% | 0.79% | - |
| XYZ | 41.31 | 37.96 | 61.03 | - |
| YUV | 168.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 202 | 0.11 | 0.22 | 0 | 0.21 | 269.33 | 0.3 | 0.7 |
| Hex | B3 | 9D | CA | B | 16 | 0 | 15 | 10D | 1E | 46 |
| Octal | 263 | 235 | 312 | 13 | 26 | 0 | 25 | 415 | 36 | 106 |
| Binary | 10110011 | 10011101 | 11001010 | 1011 | 10110 | 0 | 10101 | 100001101 | 11110 | 1000110 |
Color Harmonies of #B39DCA
Complementary color
Monochromatic Colors of #B39DCA
Black with #B39DCA
Text Example
Text Example
White with #B39DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39DCA; }
p { color: rgb(179,157,202); }
H1.HeaderClassName
{
color: #B39DCA;
}
.AnyTagClassName
{
color: #B39DCA;
}
</style>
background-color css
<style>
a { background-color: #B39DCA; }
a { background-color: rgb(179,157,202); }
div.DivClassName
{
background-color: #B39DCA;
}
.BgClassName
{
background-color: #B39DCA;
}
</style>
border-color css
<style>
span { border-color: #B39DCA; }
span { border-color: rgb(179,157,202); }
td.TdClassName
{
border-color: #B39DCA;
}
.TagClassName
{
border-color: #B39DCA;
}
</style>