Shades of Biloba Flower #B397E0
Tints of Biloba Flower #B397E0
RGB
CMYK
RGB Variations
Color information
#B397E0 (or 0xB397E0) is known color: Biloba Flower. HEX triplet: B3, 97 and E0. RGB value is (179,151,224). Sum of RGB (Red+Green+Blue) = 179+151+224=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #B397E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397E0 is #4C681F. Grayscale: #A7A7A7. Windows color (decimal): -5007392 or 14718899. OLE color: 14718899.
HSL color Cylindrical-coordinate representation of color #B397E0: hue angle of 263.01º degrees, saturation: 0.54, 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 #B397E0 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 151 | 224 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.12 |
| HSL | 263.01º | 0.54% | 0.74% | - |
| HSV(B) | 263.01º | 0.33% | 0.88% | - |
| XYZ | 43.11 | 37.1 | 75.41 | - |
| YUV | 167.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 224 | 0.20 | 0.33 | 0 | 0.12 | 263.01 | 0.54 | 0.74 |
| Hex | B3 | 97 | E0 | 14 | 21 | 0 | C | 107 | 36 | 4A |
| Octal | 263 | 227 | 340 | 24 | 41 | 0 | 14 | 407 | 66 | 112 |
| Binary | 10110011 | 10010111 | 11100000 | 10100 | 100001 | 0 | 1100 | 100000111 | 110110 | 1001010 |
Color Harmonies of #B397E0
Complementary color
Monochromatic Colors of #B397E0
Black with #B397E0
Text Example
Text Example
White with #B397E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B397E0; }
p { color: rgb(179,151,224); }
H1.HeaderClassName
{
color: #B397E0;
}
.AnyTagClassName
{
color: #B397E0;
}
</style>
background-color css
<style>
a { background-color: #B397E0; }
a { background-color: rgb(179,151,224); }
div.DivClassName
{
background-color: #B397E0;
}
.BgClassName
{
background-color: #B397E0;
}
</style>
border-color css
<style>
span { border-color: #B397E0; }
span { border-color: rgb(179,151,224); }
td.TdClassName
{
border-color: #B397E0;
}
.TagClassName
{
border-color: #B397E0;
}
</style>