Shades of Biloba Flower #B397E1
Tints of Biloba Flower #B397E1
RGB
CMYK
RGB Variations
Color information
#B397E1 (or 0xB397E1) is known color: Biloba Flower. HEX triplet: B3, 97 and E1. RGB value is (179,151,225). Sum of RGB (Red+Green+Blue) = 179+151+225=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #B397E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397E1 is #4C681E. Grayscale: #A7A7A7. Windows color (decimal): -5007391 or 14784435. OLE color: 14784435.
HSL color Cylindrical-coordinate representation of color #B397E1: hue angle of 262.7º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B397E1 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 151 | 225 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.12 |
| HSL | 262.7º | 0.55% | 0.74% | - |
| HSV(B) | 262.7º | 0.33% | 0.88% | - |
| XYZ | 43.25 | 37.15 | 76.13 | - |
| YUV | 167.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 225 | 0.20 | 0.33 | 0 | 0.12 | 262.7 | 0.55 | 0.74 |
| Hex | B3 | 97 | E1 | 14 | 21 | 0 | C | 107 | 37 | 4A |
| Octal | 263 | 227 | 341 | 24 | 41 | 0 | 14 | 407 | 67 | 112 |
| Binary | 10110011 | 10010111 | 11100001 | 10100 | 100001 | 0 | 1100 | 100000111 | 110111 | 1001010 |
Color Harmonies of #B397E1
Complementary color
Monochromatic Colors of #B397E1
Black with #B397E1
Text Example
Text Example
White with #B397E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B397E1; }
p { color: rgb(179,151,225); }
H1.HeaderClassName
{
color: #B397E1;
}
.AnyTagClassName
{
color: #B397E1;
}
</style>
background-color css
<style>
a { background-color: #B397E1; }
a { background-color: rgb(179,151,225); }
div.DivClassName
{
background-color: #B397E1;
}
.BgClassName
{
background-color: #B397E1;
}
</style>
border-color css
<style>
span { border-color: #B397E1; }
span { border-color: rgb(179,151,225); }
td.TdClassName
{
border-color: #B397E1;
}
.TagClassName
{
border-color: #B397E1;
}
</style>