#B197EA

Color #B197EA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B197EA

Tints of Biloba Flower #B197EA

Color information

#B197EA (or 0xB197EA) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and EA. RGB value is (177,151,234). Sum of RGB (Red+Green+Blue) = 177+151+234=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #B197EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197EA is #4E6815. Grayscale: #A7A7A7. Windows color (decimal): -5138454 or 15374257. OLE color: 15374257.

HSL color Cylindrical-coordinate representation of color #B197EA: hue angle of 258.8º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B197EA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177151234-
CMYK0.240.3500.08
HSL258.8º66.4%75.49%-
HSV(B)258.8º35.47%91.76%-
XYZ44.0537.4282.74-
YUV168.24165.11134.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 31.49%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=31.49%
G=26.87%
B=41.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771512340.240.3500.08258.866.475.49
HexB197EA182308103424b
Octal2612273523043010403102113
Binary101100011001011111101010110001000110100010000001110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197EA; }

 p { color: rgb(177,151,234); }

 H1.HeaderClassName
 {
   color: #B197EA;
 }
 .AnyTagClassName
 {
   color: #B197EA;
 }
</style>
background-color css

<style>
 a { background-color: #B197EA; }

 a { background-color: rgb(177,151,234); }

 div.DivClassName
 {
   background-color: #B197EA;
 }
 .BgClassName
 {
   background-color: #B197EA;
 }
</style>
border-color css

<style>
 span { border-color: #B197EA; }

 span { border-color: rgb(177,151,234); }

 td.TdClassName
 {
   border-color: #B197EA;
 }
 .TagClassName
 {
   border-color: #B197EA;
 }
</style>