Shades of Biloba Flower #B397CE
Tints of Biloba Flower #B397CE
RGB
CMYK
RGB Variations
Color information
#B397CE (or 0xB397CE) is known color: Biloba Flower. HEX triplet: B3, 97 and CE. RGB value is (179,151,206). Sum of RGB (Red+Green+Blue) = 179+151+206=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #B397CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397CE is #4C6831. Grayscale: #A5A5A5. Windows color (decimal): -5007410 or 13539251. OLE color: 13539251.
HSL color Cylindrical-coordinate representation of color #B397CE: hue angle of 270.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B397CE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 151 | 206 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.19 |
| HSL | 270.55º | 0.36% | 0.7% | - |
| HSV(B) | 270.55º | 0.27% | 0.81% | - |
| XYZ | 40.8 | 36.17 | 63.22 | - |
| YUV | 165.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 206 | 0.13 | 0.27 | 0 | 0.19 | 270.55 | 0.36 | 0.7 |
| Hex | B3 | 97 | CE | D | 1B | 0 | 13 | 10F | 24 | 46 |
| Octal | 263 | 227 | 316 | 15 | 33 | 0 | 23 | 417 | 44 | 106 |
| Binary | 10110011 | 10010111 | 11001110 | 1101 | 11011 | 0 | 10011 | 100001111 | 100100 | 1000110 |
Color Harmonies of #B397CE
Complementary color
Monochromatic Colors of #B397CE
Black with #B397CE
Text Example
Text Example
White with #B397CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B397CE; }
p { color: rgb(179,151,206); }
H1.HeaderClassName
{
color: #B397CE;
}
.AnyTagClassName
{
color: #B397CE;
}
</style>
background-color css
<style>
a { background-color: #B397CE; }
a { background-color: rgb(179,151,206); }
div.DivClassName
{
background-color: #B397CE;
}
.BgClassName
{
background-color: #B397CE;
}
</style>
border-color css
<style>
span { border-color: #B397CE; }
span { border-color: rgb(179,151,206); }
td.TdClassName
{
border-color: #B397CE;
}
.TagClassName
{
border-color: #B397CE;
}
</style>