Shades of Biloba Flower #B397D4
Tints of Biloba Flower #B397D4
RGB
CMYK
RGB Variations
Color information
#B397D4 (or 0xB397D4) is known color: Biloba Flower. HEX triplet: B3, 97 and D4. RGB value is (179,151,212). Sum of RGB (Red+Green+Blue) = 179+151+212=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 212 - color contains mainly: blue. Hex color #B397D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397D4 is #4C682B. Grayscale: #A6A6A6. Windows color (decimal): -5007404 or 13932467. OLE color: 13932467.
HSL color Cylindrical-coordinate representation of color #B397D4: hue angle of 267.54º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B397D4 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 151 | 212 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.17 |
| HSL | 267.54º | 0.41% | 0.71% | - |
| HSV(B) | 267.54º | 0.29% | 0.83% | - |
| XYZ | 41.54 | 36.47 | 67.14 | - |
| YUV | 166.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 212 | 0.16 | 0.29 | 0 | 0.17 | 267.54 | 0.41 | 0.71 |
| Hex | B3 | 97 | D4 | 10 | 1D | 0 | 11 | 10C | 29 | 47 |
| Octal | 263 | 227 | 324 | 20 | 35 | 0 | 21 | 414 | 51 | 107 |
| Binary | 10110011 | 10010111 | 11010100 | 10000 | 11101 | 0 | 10001 | 100001100 | 101001 | 1000111 |
Color Harmonies of #B397D4
Complementary color
Monochromatic Colors of #B397D4
Black with #B397D4
Text Example
Text Example
White with #B397D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B397D4; }
p { color: rgb(179,151,212); }
H1.HeaderClassName
{
color: #B397D4;
}
.AnyTagClassName
{
color: #B397D4;
}
</style>
background-color css
<style>
a { background-color: #B397D4; }
a { background-color: rgb(179,151,212); }
div.DivClassName
{
background-color: #B397D4;
}
.BgClassName
{
background-color: #B397D4;
}
</style>
border-color css
<style>
span { border-color: #B397D4; }
span { border-color: rgb(179,151,212); }
td.TdClassName
{
border-color: #B397D4;
}
.TagClassName
{
border-color: #B397D4;
}
</style>