Shades of Biloba Flower #B39CCE
Tints of Biloba Flower #B39CCE
RGB
CMYK
RGB Variations
Color information
#B39CCE (or 0xB39CCE) is known color: Biloba Flower. HEX triplet: B3, 9C and CE. RGB value is (179,156,206). Sum of RGB (Red+Green+Blue) = 179+156+206=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #B39CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CCE is #4C6331. Grayscale: #A8A8A8. Windows color (decimal): -5006130 or 13540531. OLE color: 13540531.
HSL color Cylindrical-coordinate representation of color #B39CCE: hue angle of 267.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B39CCE is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 156 | 206 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.19 |
| HSL | 267.6º | 0.34% | 0.71% | - |
| HSV(B) | 267.6º | 0.24% | 0.81% | - |
| XYZ | 41.62 | 37.82 | 63.5 | - |
| YUV | 168.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 206 | 0.13 | 0.24 | 0 | 0.19 | 267.6 | 0.34 | 0.71 |
| Hex | B3 | 9C | CE | D | 18 | 0 | 13 | 10C | 22 | 47 |
| Octal | 263 | 234 | 316 | 15 | 30 | 0 | 23 | 414 | 42 | 107 |
| Binary | 10110011 | 10011100 | 11001110 | 1101 | 11000 | 0 | 10011 | 100001100 | 100010 | 1000111 |
Color Harmonies of #B39CCE
Complementary color
Monochromatic Colors of #B39CCE
Black with #B39CCE
Text Example
Text Example
White with #B39CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39CCE; }
p { color: rgb(179,156,206); }
H1.HeaderClassName
{
color: #B39CCE;
}
.AnyTagClassName
{
color: #B39CCE;
}
</style>
background-color css
<style>
a { background-color: #B39CCE; }
a { background-color: rgb(179,156,206); }
div.DivClassName
{
background-color: #B39CCE;
}
.BgClassName
{
background-color: #B39CCE;
}
</style>
border-color css
<style>
span { border-color: #B39CCE; }
span { border-color: rgb(179,156,206); }
td.TdClassName
{
border-color: #B39CCE;
}
.TagClassName
{
border-color: #B39CCE;
}
</style>