#B197F2

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

Shades of Biloba Flower #B197F2

Tints of Biloba Flower #B197F2

Color information

#B197F2 (or 0xB197F2) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and F2. RGB value is (177,151,242). Sum of RGB (Red+Green+Blue) = 177+151+242=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #B197F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197F2 is #4E680D. Grayscale: #A8A8A8. Windows color (decimal): -5138446 or 15898545. OLE color: 15898545.

HSL color Cylindrical-coordinate representation of color #B197F2: hue angle of 257.14º degrees, saturation: 0.78, 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 #B197F2 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177151242-
CMYK0.270.3800.05
HSL257.14º77.78%77.06%-
HSV(B)257.14º37.6%94.9%-
XYZ45.2337.8988.93-
YUV169.15169.11133.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=31.05%
G=26.49%
B=42.46%

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
Decimal1771512420.270.3800.05257.1477.7877.06
HexB197F21B26051014e4d
Octal261227362334605401116115
Binary10110001100101111111001011011100110010110000000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197F2; }

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

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

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

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

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

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

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

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