Shades of Biloba Flower #B397E2
Tints of Biloba Flower #B397E2
RGB
CMYK
RGB Variations
Color information
#B397E2 (or 0xB397E2) is known color: Biloba Flower. HEX triplet: B3, 97 and E2. RGB value is (179,151,226). Sum of RGB (Red+Green+Blue) = 179+151+226=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 226 - color contains mainly: blue. Hex color #B397E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397E2 is #4C681D. Grayscale: #A7A7A7. Windows color (decimal): -5007390 or 14849971. OLE color: 14849971.
HSL color Cylindrical-coordinate representation of color #B397E2: hue angle of 262.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B397E2 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 151 | 226 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.11 |
| HSL | 262.4º | 0.56% | 0.74% | - |
| HSV(B) | 262.4º | 0.33% | 0.89% | - |
| XYZ | 43.38 | 37.21 | 76.85 | - |
| YUV | 167.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 226 | 0.21 | 0.33 | 0 | 0.11 | 262.4 | 0.56 | 0.74 |
| Hex | B3 | 97 | E2 | 15 | 21 | 0 | B | 106 | 38 | 4A |
| Octal | 263 | 227 | 342 | 25 | 41 | 0 | 13 | 406 | 70 | 112 |
| Binary | 10110011 | 10010111 | 11100010 | 10101 | 100001 | 0 | 1011 | 100000110 | 111000 | 1001010 |
Color Harmonies of #B397E2
Complementary color
Monochromatic Colors of #B397E2
Black with #B397E2
Text Example
Text Example
White with #B397E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B397E2; }
p { color: rgb(179,151,226); }
H1.HeaderClassName
{
color: #B397E2;
}
.AnyTagClassName
{
color: #B397E2;
}
</style>
background-color css
<style>
a { background-color: #B397E2; }
a { background-color: rgb(179,151,226); }
div.DivClassName
{
background-color: #B397E2;
}
.BgClassName
{
background-color: #B397E2;
}
</style>
border-color css
<style>
span { border-color: #B397E2; }
span { border-color: rgb(179,151,226); }
td.TdClassName
{
border-color: #B397E2;
}
.TagClassName
{
border-color: #B397E2;
}
</style>