Shades of Biloba Flower #B39CE6
Tints of Biloba Flower #B39CE6
RGB
CMYK
RGB Variations
Color information
#B39CE6 (or 0xB39CE6) is known color: Biloba Flower. HEX triplet: B3, 9C and E6. RGB value is (179,156,230). Sum of RGB (Red+Green+Blue) = 179+156+230=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #B39CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39CE6 is #4C6319. Grayscale: #ABABAB. Windows color (decimal): -5006106 or 15113395. OLE color: 15113395.
HSL color Cylindrical-coordinate representation of color #B39CE6: hue angle of 258.65º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B39CE6 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 156 | 230 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.10 |
| HSL | 258.65º | 0.6% | 0.76% | - |
| HSV(B) | 258.65º | 0.32% | 0.9% | - |
| XYZ | 44.76 | 39.07 | 80.05 | - |
| YUV | 171.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 230 | 0.22 | 0.32 | 0 | 0.10 | 258.65 | 0.6 | 0.76 |
| Hex | B3 | 9C | E6 | 16 | 20 | 0 | A | 103 | 3C | 4C |
| Octal | 263 | 234 | 346 | 26 | 40 | 0 | 12 | 403 | 74 | 114 |
| Binary | 10110011 | 10011100 | 11100110 | 10110 | 100000 | 0 | 1010 | 100000011 | 111100 | 1001100 |
Color Harmonies of #B39CE6
Complementary color
Monochromatic Colors of #B39CE6
Black with #B39CE6
Text Example
Text Example
White with #B39CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39CE6; }
p { color: rgb(179,156,230); }
H1.HeaderClassName
{
color: #B39CE6;
}
.AnyTagClassName
{
color: #B39CE6;
}
</style>
background-color css
<style>
a { background-color: #B39CE6; }
a { background-color: rgb(179,156,230); }
div.DivClassName
{
background-color: #B39CE6;
}
.BgClassName
{
background-color: #B39CE6;
}
</style>
border-color css
<style>
span { border-color: #B39CE6; }
span { border-color: rgb(179,156,230); }
td.TdClassName
{
border-color: #B39CE6;
}
.TagClassName
{
border-color: #B39CE6;
}
</style>