#B197F3

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

Shades of Biloba Flower #B197F3

Tints of Biloba Flower #B197F3

Color information

#B197F3 (or 0xB197F3) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and F3. RGB value is (177,151,243). Sum of RGB (Red+Green+Blue) = 177+151+243=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #B197F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197F3 is #4E680C. Grayscale: #A8A8A8. Windows color (decimal): -5138445 or 15964081. OLE color: 15964081.

HSL color Cylindrical-coordinate representation of color #B197F3: hue angle of 256.96º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B197F3 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177151243-
CMYK0.270.3800.05
HSL256.96º79.31%77.25%-
HSV(B)256.96º37.86%95.29%-
XYZ45.3837.9589.73-
YUV169.26169.61133.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=31.00%
G=26.44%
B=42.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771512430.270.3800.05256.9679.3177.25
HexB197F31B26051014f4d
Octal261227363334605401117115
Binary10110001100101111111001111011100110010110000000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197F3; }

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

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

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

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

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

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

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

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