Shades of Biloba Flower #B397D8
Tints of Biloba Flower #B397D8
RGB
CMYK
RGB Variations
Color information
#B397D8 (or 0xB397D8) is known color: Biloba Flower. HEX triplet: B3, 97 and D8. RGB value is (179,151,216). Sum of RGB (Red+Green+Blue) = 179+151+216=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #B397D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397D8 is #4C6827. Grayscale: #A6A6A6. Windows color (decimal): -5007400 or 14194611. OLE color: 14194611.
HSL color Cylindrical-coordinate representation of color #B397D8: hue angle of 265.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B397D8 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 151 | 216 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.15 |
| HSL | 265.85º | 0.45% | 0.72% | - |
| HSV(B) | 265.85º | 0.3% | 0.85% | - |
| XYZ | 42.05 | 36.67 | 69.83 | - |
| YUV | 166.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 216 | 0.17 | 0.30 | 0 | 0.15 | 265.85 | 0.45 | 0.72 |
| Hex | B3 | 97 | D8 | 11 | 1E | 0 | F | 10A | 2D | 48 |
| Octal | 263 | 227 | 330 | 21 | 36 | 0 | 17 | 412 | 55 | 110 |
| Binary | 10110011 | 10010111 | 11011000 | 10001 | 11110 | 0 | 1111 | 100001010 | 101101 | 1001000 |
Color Harmonies of #B397D8
Complementary color
Monochromatic Colors of #B397D8
Black with #B397D8
Text Example
Text Example
White with #B397D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B397D8; }
p { color: rgb(179,151,216); }
H1.HeaderClassName
{
color: #B397D8;
}
.AnyTagClassName
{
color: #B397D8;
}
</style>
background-color css
<style>
a { background-color: #B397D8; }
a { background-color: rgb(179,151,216); }
div.DivClassName
{
background-color: #B397D8;
}
.BgClassName
{
background-color: #B397D8;
}
</style>
border-color css
<style>
span { border-color: #B397D8; }
span { border-color: rgb(179,151,216); }
td.TdClassName
{
border-color: #B397D8;
}
.TagClassName
{
border-color: #B397D8;
}
</style>