Shades of Biloba Flower #B397E6
Tints of Biloba Flower #B397E6
RGB
CMYK
RGB Variations
Color information
#B397E6 (or 0xB397E6) is known color: Biloba Flower. HEX triplet: B3, 97 and E6. RGB value is (179,151,230). Sum of RGB (Red+Green+Blue) = 179+151+230=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #B397E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397E6 is #4C6819. Grayscale: #A8A8A8. Windows color (decimal): -5007386 or 15112115. OLE color: 15112115.
HSL color Cylindrical-coordinate representation of color #B397E6: hue angle of 261.27º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B397E6 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 151 | 230 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.10 |
| HSL | 261.27º | 0.61% | 0.75% | - |
| HSV(B) | 261.27º | 0.34% | 0.9% | - |
| XYZ | 43.94 | 37.43 | 79.77 | - |
| YUV | 168.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 230 | 0.22 | 0.34 | 0 | 0.10 | 261.27 | 0.61 | 0.75 |
| Hex | B3 | 97 | E6 | 16 | 22 | 0 | A | 105 | 3D | 4B |
| Octal | 263 | 227 | 346 | 26 | 42 | 0 | 12 | 405 | 75 | 113 |
| Binary | 10110011 | 10010111 | 11100110 | 10110 | 100010 | 0 | 1010 | 100000101 | 111101 | 1001011 |
Color Harmonies of #B397E6
Complementary color
Monochromatic Colors of #B397E6
Black with #B397E6
Text Example
Text Example
White with #B397E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B397E6; }
p { color: rgb(179,151,230); }
H1.HeaderClassName
{
color: #B397E6;
}
.AnyTagClassName
{
color: #B397E6;
}
</style>
background-color css
<style>
a { background-color: #B397E6; }
a { background-color: rgb(179,151,230); }
div.DivClassName
{
background-color: #B397E6;
}
.BgClassName
{
background-color: #B397E6;
}
</style>
border-color css
<style>
span { border-color: #B397E6; }
span { border-color: rgb(179,151,230); }
td.TdClassName
{
border-color: #B397E6;
}
.TagClassName
{
border-color: #B397E6;
}
</style>